-
Notifications
You must be signed in to change notification settings - Fork 109
Labels
🪄 Feature/EnhancementA new feature or enhancement to an existing feature.A new feature or enhancement to an existing feature.
Description
TODO
- Create a
Dockerfilefor each of the projects on the root directory.- Separate dockerfiles for each project.
- Should also allow for dev and prod being separate, prod should have developer debug stuff disabled.
- Create a
docker-compose.ymlon the root directory.- Should contain some sort of networking so that each of the projects can reach the database but not each other.
- Database hosted through docker for dev container, hosted on bare metal with port provided otherwise.
Deliverables
- Easy to use
docker-compose.ymlwhich can be used to spin up a production server with ease. - Dev container for VSCode which will let us start a development environment in just a few clicks without any other prerequisites.
Metadata
Metadata
Assignees
Labels
🪄 Feature/EnhancementA new feature or enhancement to an existing feature.A new feature or enhancement to an existing feature.