mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:07:46 +00:00
dependencies
This commit is contained in:
@@ -3,6 +3,9 @@ services:
|
||||
container_name: devcontainer-login-integration
|
||||
env_file: ../../apps/login/.env.test
|
||||
network_mode: host
|
||||
depends_on:
|
||||
login-integration:
|
||||
condition: service_healthy
|
||||
|
||||
login-integration:
|
||||
container_name: login-integration
|
||||
@@ -13,6 +16,9 @@ services:
|
||||
NODE_ENV: test
|
||||
PORT: 3001
|
||||
NEXT_PUBLIC_BASE_PATH: /ui/v2/login
|
||||
depends_on:
|
||||
mock-zitadel:
|
||||
condition: service_started
|
||||
|
||||
mock-zitadel:
|
||||
container_name: mock-zitadel
|
||||
|
Reference in New Issue
Block a user