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:
- 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"]
interval: 5s