fix: correct postgres volume path in compose.yaml

This commit is contained in:
nathan 2026-04-28 20:59:22 -04:00
parent 8b2f7f5dbc
commit 3c96b52c32

View File

@ -9,7 +9,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 -d postgres"] test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
interval: 10s interval: 10s