How to setup Django and Celery with Docker and docker-compose
This story sets up Django and adds Celery support to a docker-compose setup. I have updated this on 22 May, 2022 to use the newest version of Celery, which does foster a few changes.
Setup basic Django project
First create …