skip to Main Content

Celery with docker compose

I have docker compose for my application. celery is one of the service. Command celery worker is working but Command celery multi is not working. celery: container_name: celery_application build: context: . dockerfile: deploy/Dockerfile # restart: always networks: - internal_network env_file:…

VIEW QUESTION
Back To Top
Search