Celery-Django what do you do for running project: docker-compose build docker-compose up for display run task: docker exec -it django sh python manage.py shell from app.tasks import add result=add.delay(2,7,5) result.get(timeout=5) result.get()