mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
fix mock
This commit is contained in:
@@ -42,6 +42,9 @@ services:
|
|||||||
|
|
||||||
login-integration:
|
login-integration:
|
||||||
container_name: login-integration
|
container_name: login-integration
|
||||||
|
build:
|
||||||
|
context: ../..
|
||||||
|
dockerfile: dockerfiles/login.Dockerfile
|
||||||
image: "${LOGIN_TAG:-zitadel-login:local}"
|
image: "${LOGIN_TAG:-zitadel-login:local}"
|
||||||
env_file: ../../apps/login/apps/login/.env.test
|
env_file: ../../apps/login/apps/login/.env.test
|
||||||
network_mode: service:devcontainer
|
network_mode: service:devcontainer
|
||||||
|
@@ -8,4 +8,6 @@ if [ -n "${ZITADEL_SERVICE_USER_TOKEN_FILE}" ] && [ -f "${ZITADEL_SERVICE_USER_T
|
|||||||
export ZITADEL_SERVICE_USER_TOKEN=$(cat "${ZITADEL_SERVICE_USER_TOKEN_FILE}")
|
export ZITADEL_SERVICE_USER_TOKEN=$(cat "${ZITADEL_SERVICE_USER_TOKEN_FILE}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec node server.js
|
|
||||||
|
|
||||||
|
exec node /runtime/apps/login/apps/login/server.js
|
||||||
|
@@ -58,7 +58,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"service": "zitadel.settings.v2.SettingsService",
|
"service": "zitadel.settings.v2.SettingsService",
|
||||||
"method": "GetHostedLoginTranslations",
|
"method": "GetHostedLoginTranslation",
|
||||||
"out": {
|
"out": {
|
||||||
"data": {}
|
"data": {}
|
||||||
}
|
}
|
||||||
|
@@ -6,9 +6,7 @@
|
|||||||
"changeset": "changeset",
|
"changeset": "changeset",
|
||||||
"devcontainer": "devcontainer",
|
"devcontainer": "devcontainer",
|
||||||
"devcontainer:lint-unit": "pnpm devcontainer up --config .devcontainer/turbo-lint-unit/devcontainer.json --workspace-folder . --remove-existing-container",
|
"devcontainer:lint-unit": "pnpm devcontainer up --config .devcontainer/turbo-lint-unit/devcontainer.json --workspace-folder . --remove-existing-container",
|
||||||
"devcontainer:integration:login": "pnpm devcontainer up --config .devcontainer/login-integration/devcontainer.json --workspace-folder . --remove-existing-container",
|
"devcontainer:integration:login": "pnpm devcontainer up --config .devcontainer/login-integration/devcontainer.json --workspace-folder . --remove-existing-container"
|
||||||
"devcontainer:integration:login:build": "pnpm docker:build:login && devcontainer:integration:login",
|
|
||||||
"docker:build:login": "docker build --tag zitadel-login:local --file dockerfiles/login.Dockerfile ."
|
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
Reference in New Issue
Block a user