From 79546dc02324e80f307dc1636838441f2e78c07d Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 11 Feb 2026 18:29:06 +0100 Subject: [PATCH] Fix: Setzt die external-Domain API entsprechend --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fd42fe0..8467fee 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=http://zitadel:8080 + - ZITADEL_API_URL=${ZITADEL_EXTERNALDOMAIN:-http://zitadel:8080} - NEXT_PUBLIC_BASE_PATH=/ui/v2/login - ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat network_mode: service:zitadel