1 Commits

Author SHA1 Message Date
e86398d464 fix postgres healthcheck 2026-01-28 01:32:08 +01:00

View File

@ -168,7 +168,7 @@ services:
secrets: secrets:
- db_password - db_password
healthcheck: healthcheck:
test: ["CMD", "pg_isready", "-U", "zammad"] test: ["CMD", "pg_isready", "-U", "zammad", "-d", "zammad_production"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 10 retries: 10