Hardcode postgres healthcheck user to avoid variable substitution issues

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-13 17:54:46 +00:00
parent e9c5c50ca3
commit 330345c1ac

View File

@@ -118,7 +118,7 @@ services:
networks:
- indeedhub-network
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
test: ["CMD-SHELL", "pg_isready -U indeedhub"]
interval: 10s
timeout: 5s
retries: 5