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

Hot Code Reloading for development purpose and Travis Test build #8

Closed dlesz closed 4 years ago

dlesz commented 4 years ago

Features added:

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

mattkohl commented 4 years ago

this is great!

dlesz commented 4 years ago

this is great!

Thanks mattkohl and thanks to you for the great effort. I did not notice the github actions workflow on your master branch until now. Makes the .travis.yml a bit redundant😊 Also, feel free to ditch the health_check() method in app.py.