File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,18 @@ services:
1313 - ./container/oracle/initdb.d:/container-entrypoint-initdb.d
1414
1515 keycloak :
16- image : jeffersonlab/keycloak:1 .1.1
16+ image : jeffersonlab/keycloak:2 .1.0
1717 hostname : keycloak
1818 container_name : keycloak
1919 ports :
2020 - " 8081:8080"
2121 - " 9991:9990"
2222 environment :
23- KEYCLOAK_ADMIN : admin
24- KEYCLOAK_ADMIN_PASSWORD : admin
25- KEYCLOAK_FRONTEND_HOSTNAME : ' localhost'
26- KEYCLOAK_FRONTEND_PORT : ' 8081'
27- KEYCLOAK_SERVER_URL : ' http://keycloak:8080'
28- KEYCLOAK_HOME : ' /opt/keycloak'
29- KEYCLOAK_REALM : ' test-realm'
30- KEYCLOAK_RESOURCE : ' srm'
31- KEYCLOAK_SECRET : ' yHi6W2raPmLvPXoxqMA7VWbLAA2WN0eB'
32- TZ : ' America/New_York'
23+ KC_FRONTEND_URL : ' http://localhost:8081/auth'
24+ KC_BACKEND_URL : ' http://keycloak:8080/auth'
25+ KC_HTTP_RELATIVE_PATH : ' /auth'
26+ KC_BOOTSTRAP_ADMIN_USERNAME : ' admin'
27+ KC_BOOTSTRAP_ADMIN_PASSWORD : ' admin'
3328 volumes :
3429 - ./container/keycloak/initdb.d:/container-entrypoint-initdb.d
3530
You can’t perform that action at this time.
0 commit comments