Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 417 Bytes

clustarr-backend

Usage

Adjust the volumes of the celery and flask service inside the file docker-compose.yml.

development

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

production

The production mode uses gunicorn to run the flask app.

docker-compose up