From a186153e30a07fcda6b6898e50ad29cb870048e3 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Apr 2026 21:06:47 -0400 Subject: [PATCH] fix: update postgres healthcheck command and interval in compose.yaml --- 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 ddf2260..e563e56 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -11,8 +11,8 @@ services: volumes: - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"] - interval: 10s + test: ["CMD-SHELL", "pg_isready -U postgres"] + interval: 5s timeout: 5s retries: 10