fix: update service names and correct volume path in reactive-resume configuration

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
nathan 2026-04-30 21:25:28 -04:00
parent 50052e7cb1
commit 53c8e25076

View File

@ -1,5 +1,5 @@
services: services:
postgres: reactive-resume-postgres:
image: postgres:latest image: postgres:latest
restart: unless-stopped restart: unless-stopped
container_name: reactive-resume-postgres container_name: reactive-resume-postgres
@ -10,14 +10,14 @@ services:
networks: networks:
- internal-resume-net - internal-resume-net
volumes: volumes:
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"] test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 10 retries: 10
printer: reactive-resume-printer:
image: ghcr.io/browserless/chromium:latest image: ghcr.io/browserless/chromium:latest
restart: unless-stopped restart: unless-stopped
container_name: reactive-resume-printer container_name: reactive-resume-printer