79646519

Date: 2025-05-31 10:19:58
Score: 1
Natty:
Report link

Mounting the app on my docker volume for celery solved it for me

celery:
    build:
      context: .
      dockerfile: ./docker/Dockerfile
    command: celery -A config.celery_app worker --loglevel=info
    depends_on:
      - django
      - redis
    volumes:
      - ./:/app
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Novend