1 Commits

Author SHA1 Message Date
Apfelwurm e86398d464 fix postgres healthcheck 2026-01-28 01:32:08 +01:00
+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