Server debugging support for vscode.
All checks were successful
Linting and tests / Linting (push) Successful in 5s
All checks were successful
Linting and tests / Linting (push) Successful in 5s
This commit is contained in:
23
server/localdevzone/bunkerd/docker-compose.debug.yaml
Normal file
23
server/localdevzone/bunkerd/docker-compose.debug.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
services:
|
||||
bunkerd-debug:
|
||||
container_name: "bunkerd-debug"
|
||||
build:
|
||||
context: ../../../
|
||||
dockerfile: server/Dockerfile.debug
|
||||
ports:
|
||||
- "54400:54400"
|
||||
- "54401:4000"
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
networks:
|
||||
bunkerd:
|
||||
ipv4_address: 247.247.0.3
|
||||
environment:
|
||||
BUNKERD_DATABASE_DSN: " "
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
|
||||
networks:
|
||||
bunkerd:
|
||||
external: true
|
Reference in New Issue
Block a user