fix postgres healthcheck

This commit is contained in:
2026-08-17 16:39:03 +02:00
committed by p4u1
parent 7116066b52
commit 1e16a607cc
+1 -1
View File
@@ -168,7 +168,7 @@ services:
secrets:
- db_password
healthcheck:
test: ["CMD", "pg_isready", "-U", "zammad"]
test: ["CMD", "pg_isready", "-U", "zammad", "-d", "zammad_production"]
interval: 30s
timeout: 10s
retries: 10