-
Notifications
You must be signed in to change notification settings - Fork 30
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
Put all services inside docker-compose #147
Comments
I guess it depends on which part of the project you are working on. If you are working on the front-end, then it's only necessary to run the db+api. So maybe we could have multiple compose files that makes sense for each contributor "area"? |
You can actually have one compose file, but then do |
Yep, that also works. One "downside" of this approach is that I have to remember to type all the services I need so 😄. Wheres if we have the individual |
You could probably also implement |
Good idea! That would be the best of both worlds then :). |
Currently, only postgres and rabbitmq are included in
docker-compose.yml
. It would be extremely convenient for new contributors if that also contained frontend/backend/worker services as well.The text was updated successfully, but these errors were encountered: