Adjust the volumes of the celery and flask service inside the file docker-compose.yml
.
To enable live reload during development and enable flask debugging, run the following command.
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
The production mode uses gunicorn to run the flask app.
docker-compose up