Docker Celery configuration – For Django/React/Redis/Celery project. No Celery logo and background task log appearing
I have created a project github repository that has Docker, Django, React, Redis, Celery: https://github.com/axilaris/dockerize-django-react-celery-redis. My goal is to get celery working correctly with the logo appearing and background task log prints. This is based from this Docker - React…