From 3d513d0f60d481b28a37d1956e50775cf04388b1 Mon Sep 17 00:00:00 2001 From: juarez Date: Mon, 13 Feb 2023 10:23:14 +0100 Subject: [PATCH] Configure login extern URLs --- ccp/modules/teiler-ui-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccp/modules/teiler-ui-compose.yml b/ccp/modules/teiler-ui-compose.yml index 9f3a245..a46e710 100644 --- a/ccp/modules/teiler-ui-compose.yml +++ b/ccp/modules/teiler-ui-compose.yml @@ -20,6 +20,8 @@ services: KEYCLOAK_USER: "admin" KEYCLOAK_PASSWORD: "${KEYCLOAK_ADMIN_PASSWORD}" DB_PASSWORD: "${KEYCLOAK_DB_PASSWORD}" # Set in teiler-setup.sh + TEILER_ROOT_CONFIG_EXTERN_URL: "https://${HOST}/ccp-teiler-root-config" + LOGIN_EXTERN_URL: "https://${HOST}/login" labels: - "traefik.enable=true" - "traefik.http.routers.login.rule=PathPrefix(`/login`)"