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

Dev: Add docker-compose.dev.yml for /frontend #44

Open cyri113 opened 1 year ago

cyri113 commented 1 year ago

Problem

We have multiple developers working on several repositories. These repositories consist of services that in turn depend on different services. This can lead to a length environment setup time and slow onboarding.

Solution

To simplify the development environment and speed up onboarding, we want to standardise the way we develop our services. We will create a docker-compose.dev.yml file for each repository. It will consist of all the services needed to run the service locally. Through this, any developer can start the dependent services through one command.

Tasks

Prerequisites