From 53c8e25076a7f0d533669797ef4c823dee894524 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 30 Apr 2026 21:25:28 -0400 Subject: [PATCH] fix: update service names and correct volume path in reactive-resume configuration Co-authored-by: Copilot --- nodes/heimdall/reactive-resume/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/heimdall/reactive-resume/compose.yaml b/nodes/heimdall/reactive-resume/compose.yaml index 245dca7..4012252 100644 --- a/nodes/heimdall/reactive-resume/compose.yaml +++ b/nodes/heimdall/reactive-resume/compose.yaml @@ -1,5 +1,5 @@ services: - postgres: + reactive-resume-postgres: image: postgres:latest restart: unless-stopped container_name: reactive-resume-postgres @@ -10,14 +10,14 @@ services: networks: - internal-resume-net volumes: - - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql + - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 5s timeout: 5s retries: 10 - printer: + reactive-resume-printer: image: ghcr.io/browserless/chromium:latest restart: unless-stopped container_name: reactive-resume-printer