redis and celery tasks works fine without docker, but using docker the tasks status is always in pending state in my django app
I am trying to write a background task to count the total number of posts. It works fine when I start redis server and celery without using docker but using docker, the tasks state is always pending.