fix docker health command for worker

This commit is contained in:
msramalho
2024-10-28 15:01:11 +00:00
parent 8cd42e61e5
commit 273adb4ba0

View File

@@ -47,7 +47,7 @@ services:
- web
- redis
healthcheck:
test: ["CMD", "pipenv", "run", "celery", "-A", "worker.celery", "status"]
test: ["CMD", "pipenv", "run", "celery", "-A", "worker.main.celery", "status"]
interval: 30s
timeout: 10s
retries: 3