diff --git a/nodes/heimdall/reactive-resume/compose.yaml b/nodes/heimdall/reactive-resume/compose.yaml index 3b859c1..ddf2260 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -9,7 +9,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 -d postgres"] interval: 10s