integration on localhost

This commit is contained in:
Elio Bischof
2025-07-25 15:48:37 +02:00
parent 7e04fc5dcf
commit cf1941f028
4 changed files with 3 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ services:
dockerfile: build/login/Dockerfile
image: "${LOGIN_TAG:-zitadel-login:local}"
env_file: ../../apps/login/.env.test
network_mode: service:devcontainer
network_mode: service:mock-zitadel
environment:
NODE_ENV: test
PORT: 3001