Fixing Scanopy Postgres healthcheck.
Renovate / renovate (push) Failing after 12m1s

This commit is contained in:
2026-03-08 11:51:17 -04:00
parent d9f3a48c99
commit 460dcc2695
+1 -1
View File
@@ -173,7 +173,7 @@ services:
expose: expose:
- 5432 - 5432
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"] test: ["CMD-SHELL", "pg_isready -U scanopy"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5