From a917e949455abc94d139b4de892870df3f1fb5c6 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 11 Feb 2026 18:34:07 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20=C3=84ndert=20ZITADEL=5FAPI=5FURL=20auf?= =?UTF-8?q?=20die=20FULL=5FLOGIN=5FURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 8467fee..980bc3d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -64,7 +64,7 @@ services: image: ghcr.io/zitadel/zitadel-login:latest # If you can't use the network_mode service:zitadel, you can pass the environment variables ZITADEL_API_URL=http://zitadel:8080 and CUSTOM_REQUEST_HEADERS=Host:localhost instead. environment: - - ZITADEL_API_URL=${ZITADEL_EXTERNALDOMAIN:-http://zitadel:8080} + - ZITADEL_API_URL=${FULL_LOGIN_URL:-http://zitadel:8080} - NEXT_PUBLIC_BASE_PATH=/ui/v2/login - ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat network_mode: service:zitadel