documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[Enhancement] docker-compose inside the repository

Open szczot3k opened this issue 2 years ago • 0 comments

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/

szczot3k avatar Jun 12 '23 18:06 szczot3k