From 9610ed611ef99d575f9649810be33c548b3214e0 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 11 Feb 2026 18:21:51 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCgt=20ZITADEL=5FAPI=5FURL=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 35e11a0..fd42fe0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -64,6 +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 - NEXT_PUBLIC_BASE_PATH=/ui/v2/login - ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat network_mode: service:zitadel