mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
docker network
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
env_file: ../../apps/login/.env.test
|
env_file: ../../apps/login/.env.test
|
||||||
environment:
|
environment:
|
||||||
CORE_MOCK_STUBS_URL: http://mock-zitadel:22220/v1/stubs
|
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:
|
depends_on:
|
||||||
login-integration:
|
login-integration:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -18,6 +18,7 @@ services:
|
|||||||
PORT: 3001
|
PORT: 3001
|
||||||
NEXT_PUBLIC_BASE_PATH: /ui/v2/login
|
NEXT_PUBLIC_BASE_PATH: /ui/v2/login
|
||||||
ZITADEL_API_URL: http://mock-zitadel:22222
|
ZITADEL_API_URL: http://mock-zitadel:22222
|
||||||
|
CUSTOM_REQUEST_HEADERS: Host:localhost
|
||||||
depends_on:
|
depends_on:
|
||||||
mock-zitadel:
|
mock-zitadel:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
Reference in New Issue
Block a user