Celery with Django (Docker) This is a simple example of how to use Celery with Django and Docker and Redis as a broker. Installation Docker build docker-compose up --build Python packages installation pip install -r requirements.txt