Skip to content

Commit b8a9537

Browse files
committed
realm / client configured
1 parent e68d75a commit b8a9537

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

compose.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919

2020
keycloak:
2121
image: quay.io/keycloak/keycloak:24.0.2
22-
command: ['start', '--proxy-headers=forwarded']
22+
command: ['start']
2323
ports:
2424
- "8282:8282" # as the HAproxy of BCF if configured to forward requests here
2525
restart: unless-stopped
@@ -39,12 +39,13 @@ services:
3939
- KC_HTTP_ENABLED=false
4040
- KC_HTTP_PORT=8282
4141
- KC_PROXY=edge
42+
- KC_PROXY_HEADERS=forwarded
4243
- KC_PROXY_ADDRESS_FORWARDING=true
43-
- KC_HOSTNAME_URL=https://keycloak.jlab.bio/
44+
- KC_HOSTNAME_URL=https://keycloak.jlab.bio
4445
- KC_HOSTNAME_ADMIN_URL=https://keycloak.jlab.bio
4546
- KC_LOG_LEVEL=WARN
46-
- KC_HOSTNAME_DEBUG=true
47-
- JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=true"
47+
#- KC_HOSTNAME_DEBUG=true
48+
#- JAVA_OPTS_APPEND="-Djava.net.preferIPv4Stack=true"
4849

4950
volumes:
5051
postgres-data:

0 commit comments

Comments
 (0)