An open API service indexing awesome lists of open source software.

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

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!