fix debug container

This commit is contained in:
Elio Bischof
2025-07-24 00:55:42 +02:00
parent ea37a68612
commit 9a21c6085a
6 changed files with 19 additions and 14 deletions

View File

@@ -5,10 +5,14 @@
"../base/docker-compose.yml",
"docker-compose.yml"
],
"service": "login-integration-debug",
"runServices": ["login-integration-debug"],
"service": "login-integration",
"runServices": [
"login-integration"
],
"workspaceFolder": "/workspaces",
"forwardPorts": [3001],
"forwardPorts": [
3001
],
"onCreateCommand": "pnpm install --recursive",
"postAttachCommand": "pnpm turbo daemon clean; pnpm turbo @zitadel/login#dev test:integration:login:debug",
"customizations": {
@@ -18,4 +22,4 @@
}
}
}
}
}

View File

@@ -1,9 +1,10 @@
services:
login-integration-debug:
login-integration:
container_name: login-integration-debug
extends:
file: ../base/docker-compose.yml
service: devcontainer
container_name: login-integration-debug
depends_on:
mock-zitadel:
condition: service_started
build:
context: ../base
dockerfile: !reset ""
network_mode: !reset ""