mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 13:08:34 +03:00
fix docker health command for worker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user