documentation
documentation copied to clipboard
[Enhancement] docker-compose inside the repository
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
Additional context https://docs.docker.com/compose/production/