When I am trying to start celery worker in Django app as:
celery -A myApp worker -l info
I get following error:
File \"/hom
I got this over and over while trying to configure celery with a dockerized django project. The solution was including env_file in docker-compose.yaml:
env_file
celery: ... env_file: .env