Flask Example A simple application with flask and celery Getting started Run the following commands docker-compose build docker-compose up web Web interface should be available in http://127.0.0.1:8081/ main.py It has 3 views and an example celery task