This repo is an example of how the Celery application and Celery worker can be decoupled and executed in different containers.
Companion articles:
- Separating Celery application and worker in Docker containers
- Separating application and worker containers in Celery 5
docker-compose
make
# Use make to run docker-compose
make recompose
Access Flower web UI at http://localhost:8889