-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
To simplify the setup process for contributors, the project should support Docker containers.
What you need to do:
-
Create a Dockerfile for the backend.
-
Create a Dockerfile for the frontend.
-
Add a docker-compose.yml.
Expected services:
frontend
backend
database
redis
Contributors should be able to start the entire project using:
docker-compose up
Explain in your pull request:
-
Container structure
-
How developers can run the project with Docker
Reactions are currently unavailable