Update .docker-compose.https.yml
This commit is contained in:
parent
c06ff3e7eb
commit
e341b1af48
1 changed files with 3 additions and 2 deletions
|
@ -110,7 +110,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
|
||||||
|
@ -123,7 +123,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