Skip to content

Commit 028c41b

Browse files
fix: postgres healthcheck
1 parent d53c1f9 commit 028c41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/compose/keycloak-with-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
healthcheck:
5656
test:
5757
- CMD-SHELL
58-
- pg_isready -U $${SERVICE_USER_DATABASE} -d $${POSTGRESQL_DATABASE}
58+
- pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}
5959
interval: 5s
6060
timeout: 20s
6161
retries: 10

0 commit comments

Comments
 (0)