From 3a91259a8a3ca227c161b2d00b7b26b1f201e2e7 Mon Sep 17 00:00:00 2001 From: juarez Date: Wed, 22 Mar 2023 14:22:10 +0100 Subject: [PATCH] Add keycloak teiler app to teiler-ui --- ccp/modules/teiler-ui-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/modules/teiler-ui-compose.yml b/ccp/modules/teiler-ui-compose.yml index 18b05ee..c1bf18d 100644 --- a/ccp/modules/teiler-ui-compose.yml +++ b/ccp/modules/teiler-ui-compose.yml @@ -99,8 +99,8 @@ services: TEILER_UI_EN_URL: "https://${HOST}/ccp-teiler-ui/en" TEILER_APP1_NAME: "config" # TEILER_APP2_NAME: "quality-report" - TEILER_APP3_NAME: "keycloak" - TEILER_APP3_TITLE: "Keycloak" + TEILER_APP4_NAME: "keycloak" + TEILER_APP4_TITLE: "Keycloak" TEILER_APP4_EN_DESCRIPTION: "Authentication site" TEILER_APP4_DE_DESCRIPTION: "Authentifizierungsseite" TEILER_APP4_SOURCEURL: "https://${HOST}/login/"