mirror of https://github.com/samply/bridgehead.git
Merge remote-tracking branch 'origin/feature/teiler' into feature/teiler
# Conflicts: # ccp/modules/teiler-ui-compose.yml
This commit is contained in:
commit
ee554f24cb
|
@ -24,7 +24,8 @@ services:
|
||||||
KC_HOSTNAME_STRICT: "false"
|
KC_HOSTNAME_STRICT: "false"
|
||||||
KC_PROXY_ADDRESS_FORWARDING: "true"
|
KC_PROXY_ADDRESS_FORWARDING: "true"
|
||||||
TEILER_ROOT_CONFIG_EXTERN_URL: "https://${HOST}/ccp-teiler-root-config"
|
TEILER_ROOT_CONFIG_EXTERN_URL: "https://${HOST}/ccp-teiler-root-config"
|
||||||
LOGIN_EXTERN_URL: "https://${HOST}/login"
|
command:
|
||||||
|
- start-dev --import-realm --proxy edge --http-relative-path=/login
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.login.rule=PathPrefix(`/login`)"
|
- "traefik.http.routers.login.rule=PathPrefix(`/login`)"
|
||||||
|
|
Loading…
Reference in New Issue