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