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:
- "5431:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${SHARED_DB_USER}"]
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 5