fix: Override celery beat healthcheck in dev compose
This commit is contained in:
@@ -114,6 +114,13 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
# The backend Dockerfile defines a HEALTHCHECK against /api/health.
|
||||||
|
# Beat doesn't expose HTTP, so override to avoid a perpetual unhealthy status.
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "true"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 5s
|
||||||
|
retries: 1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# --- React Frontend (Vite Dev) ---
|
# --- React Frontend (Vite Dev) ---
|
||||||
|
|||||||
Reference in New Issue
Block a user