fix: correct volume path for postgres service in reactive-resume configuration

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

View File

@ -10,7 +10,7 @@ services:
networks: networks:
- internal-resume-net - internal-resume-net
volumes: volumes:
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql/data - /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"] test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s interval: 5s