Fix: Setzt die external-Domain API entsprechend

This commit is contained in:
2026-02-11 18:29:06 +01:00
parent 9610ed611e
commit 79546dc023

View File

@@ -64,7 +64,7 @@ services:
image: ghcr.io/zitadel/zitadel-login:latest 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. # 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: environment:
- ZITADEL_API_URL=http://zitadel:8080 - ZITADEL_API_URL=${ZITADEL_EXTERNALDOMAIN:-http://zitadel:8080}
- NEXT_PUBLIC_BASE_PATH=/ui/v2/login - NEXT_PUBLIC_BASE_PATH=/ui/v2/login
- ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat - ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat
network_mode: service:zitadel network_mode: service:zitadel