We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e4ebd commit 82f96feCopy full SHA for 82f96fe
templates/compose/keycloak-with-postgres.yaml
@@ -21,6 +21,7 @@ services:
21
- KC_HOSTNAME=${SERVICE_FQDN_KEYCLOAK_8080}
22
- KC_HTTP_ENABLED=true
23
- KC_HEALTH_ENABLED=true
24
+ - KC_PROXY_HEADERS=xforwarded
25
volumes:
26
- keycloak-data:/opt/keycloak/data
27
depends_on:
templates/compose/keycloak.yaml
@@ -16,6 +16,7 @@ services:
16
17
18
19
20
healthcheck:
0 commit comments