healthy update ..

This commit is contained in:
2026-01-22 11:13:29 -06:00
parent f892450914
commit 048f474d26

View File

@@ -12,7 +12,7 @@ services:
ports: ports:
- "5433:5432" - "5433:5432"
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U quoteuser"] test: ["CMD-SHELL", "pg_isready -U quoteuser -d quotedb"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5
@@ -37,4 +37,4 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
postgres_data: postgres_data: