This commit is contained in:
Peter Smit
2025-09-26 13:34:29 +02:00
parent 258369d4f8
commit d8f27f69b7

View File

@@ -22,7 +22,7 @@ services:
ports: ports:
- "5431:5432" - "5431:5432"
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${SHARED_DB_USER}"] test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5