From 273adb4ba02c5d1749908431d09b6fb893d04928 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:01:11 +0000 Subject: [PATCH] fix docker health command for worker --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2274dca..8764f02 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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