mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
docker network
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user