Open
Description
tasking-manager/docker-compose.override.yml
Lines 13 to 14 in d94ea22
The documentation says to use docker-compose up
to deploy, but that means to bind mount local code directories on non-development setups, which is counterintuitive (doing a git pull on master would change the code without having rebuilt any image).
I would suggest keeping a different compose file for development images, which do not include code, but it fetches it by mounting the directories.
The logs
directory could be mounted on a specific volume (or - even better - avoided entirely by printing errors on stderr #3636).