diff --git a/nodes/heimdall/reactive-resume/compose.yaml b/nodes/heimdall/reactive-resume/compose.yaml index 97f52f1..245dca7 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -50,9 +50,9 @@ services: # Used when S3 is not configured; keeps uploads persistent - /mnt/appdata/reactive-resume/data:/app/data depends_on: - postgres: + reactive-resume-postgres: condition: service_healthy - printer: + reactive-resume-printer: condition: service_healthy healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"]