From 50052e7cb10373acbd8d1397dc2652f4d022913b Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 30 Apr 2026 21:10:49 -0400 Subject: [PATCH] fix: update service dependencies to use correct container names in reactive-resume configuration Co-authored-by: Copilot --- nodes/heimdall/reactive-resume/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]