Fix: Ändert ZITADEL_API_URL auf die FULL_LOGIN_URL
This commit is contained in:
@@ -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=${ZITADEL_EXTERNALDOMAIN:-http://zitadel:8080}
|
- ZITADEL_API_URL=${FULL_LOGIN_URL:-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
|
||||||
|
|||||||
Reference in New Issue
Block a user