Example of how to manage periodic tasks with Django, Celery, and Docker
Check out the article.
Spin up the containers:
$ docker compose up -d --build
Open the logs associated with the celery
service to see the tasks running periodically:
$ docker compose logs -f 'celery'