fix: update postgres healthcheck command and interval in compose.yaml

This commit is contained in:
nathan 2026-04-28 21:06:47 -04:00
parent 3c96b52c32
commit a186153e30

View File

@ -11,8 +11,8 @@ services:
volumes: volumes:
- /mnt/appdata/reactive-resume/postgres:/var/lib/postgresql - /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"]
interval: 10s interval: 5s
timeout: 5s timeout: 5s
retries: 10 retries: 10