TogetherCrew / operations

This repository houses a collection of code artifacts, including Github actions, Github workflows, and essential docker-compose files. These resources are instrumental in facilitating efficient and automated staging and production deployments.
1 stars 0 forks source link

CD: Single docker-compose.yml #53

Open cyri113 opened 1 year ago

cyri113 commented 1 year ago

Problem

We currently use 2 docker-compose.yml files (one of development, one for production). This can lead to differences, therefore the development environment may not reflect the production environment, and problems may arise.

Solution

Since we have 2 separate instances for development and production, we can now use the same docker-compose.yml.