docker network

This commit is contained in:
Elio Bischof
2025-07-30 01:54:35 +02:00
parent e4874de582
commit e8002c2bbf

View File

@@ -4,7 +4,7 @@ services:
env_file: ../../apps/login/.env.test
environment:
CORE_MOCK_STUBS_URL: http://mock-zitadel:22220/v1/stubs
ZITADEL_API_URL: http://mock-zitadel:22222
LOGIN_BASE_URL: http://login-integration:3001/ui/v2/login
depends_on:
login-integration:
condition: service_healthy
@@ -18,6 +18,7 @@ services:
PORT: 3001
NEXT_PUBLIC_BASE_PATH: /ui/v2/login
ZITADEL_API_URL: http://mock-zitadel:22222
CUSTOM_REQUEST_HEADERS: Host:localhost
depends_on:
mock-zitadel:
condition: service_started