mattkohl / docker-flask-celery-redis

Docker-Compose template for orchestrating a Flask app with a Celery queue using Redis
307 stars 131 forks source link

development mode #7

Open faroit opened 4 years ago

faroit commented 4 years ago

is there a way to start both flask and celery in development mode with hot-reload being active to prototype the task?

dlesz commented 4 years ago

is there a way to start both flask and celery in development mode with hot-reload being active to prototype the task?

Thanks for pinging me on twitter @faroit. Just made a pull-request addressing your issue.