From d132af144aa9801cac2b8fc47dbe50bbeb187cf1 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 30 Apr 2026 21:27:25 -0400 Subject: [PATCH] fix: correct volume path for postgres service in reactive-resume configuration Co-authored-by: Copilot --- nodes/heimdall/reactive-resume/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/reactive-resume/compose.yaml b/nodes/heimdall/reactive-resume/compose.yaml index 4012252..42e5655 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -10,7 +10,7 @@ services: networks: - internal-resume-net volumes: - - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data + - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 5s