Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #11
cyri113 opened this issue Jul 6, 2023 · 0 comments
Open
Tracked by #11

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

cyri113 opened this issue Jul 6, 2023 · 0 comments
Assignees
Milestone

Comments

@cyri113
Copy link
Contributor

cyri113 commented Jul 6, 2023

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

  • Create a docker-compose.dev.yml file, base yourself on docker-compose.dev.yml for inspiration. Your file should contain all the services that your service needs to operate
  • Run the docker-compose.dev.yml using docker compose -f docker-compose.dev.yml up
  • Ensure that the services are properly configured and connect to the application instance.

Prerequisites

@cyri113 cyri113 added this to the CI Sprint #1 milestone Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants