You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement request related to a problem? Please describe.
The current implementation of docker-compose which requires cloning the repo, and then overwriting the docker-compose.yml with content taken from wiki just isn't right.
Describe the solution you'd like
Have a docker-compose.production.yml which we can copy (the same file as in wiki, just stored on the repo) onto docker-compose.yml.
Describe alternatives you've considered
Have a docker-compose.production.override.yml which we can copy onto docker-compose.override.yml with "production" config
Is your enhancement request related to a problem? Please describe.
The current implementation of docker-compose which requires cloning the repo, and then overwriting the
docker-compose.yml
with content taken from wiki just isn't right.Describe the solution you'd like
Have a
docker-compose.production.yml
which we can copy (the same file as in wiki, just stored on the repo) ontodocker-compose.yml
.Describe alternatives you've considered
Have a
docker-compose.production.override.yml
which we can copy ontodocker-compose.override.yml
with "production" configAdditional context
https://docs.docker.com/compose/production/
The text was updated successfully, but these errors were encountered: