https://github.com/cthoyt/flask-celery-docker-demo
A short demo on how to process files with Flask and Celery inside Docker
https://github.com/cthoyt/flask-celery-docker-demo
Last synced: about 2 months ago
JSON representation
A short demo on how to process files with Flask and Celery inside Docker
- Host: GitHub
- URL: https://github.com/cthoyt/flask-celery-docker-demo
- Owner: cthoyt
- License: mit
- Created: 2018-08-04T10:45:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T10:51:11.000Z (over 6 years ago)
- Last Synced: 2025-01-22T16:24:56.551Z (4 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Flask and Celery Demo
=====================
The file `wsgi.py `_ has a
full example how to run a message queue and results backend using celery inside a flask application
so you can take your scripts and make them into web interfaces!If this repository is helpful, please link to it from your documentation.
Docker
------
To show how this application can be quickly dockerized, a ``Dockerfile`` and ``docker-compose.yml``
file are included.To run them, just type ``docker-compose up``.
Contributing
------------
If you have any ideas to improve this tutorial, please open an issue or
submit a pull request!