Update .docker-compose.https.yml
This commit is contained in:
parent
ce75bd9a47
commit
d40a01c42f
1 changed files with 3 additions and 2 deletions
|
@ -108,7 +108,7 @@ services:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
keycloak-ja:
|
keycloak-ja:
|
||||||
image: quay.io/keycloak/keycloak:22.0.3
|
image: quay.io/keycloak/keycloak:26.0.1
|
||||||
depends_on:
|
depends_on:
|
||||||
app-ja:
|
app-ja:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -121,7 +121,8 @@ services:
|
||||||
KC_DB: mariadb
|
KC_DB: mariadb
|
||||||
KC_DB_USERNAME: keycloak
|
KC_DB_USERNAME: keycloak
|
||||||
KC_HTTP_RELATIVE_PATH: /keycloak
|
KC_HTTP_RELATIVE_PATH: /keycloak
|
||||||
KC_PROXY: passthrough
|
KC_PROXY: edge
|
||||||
|
KC_HOSTNAME: <clientUrl>/keycloak
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- start-dev
|
- start-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue