Fügt ZITADEL_API_URL hinzu

This commit is contained in:
2026-02-11 18:21:51 +01:00
parent 51f4cad812
commit 9610ed611e

View File

@@ -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