Server debugging support for vscode.
All checks were successful
Linting and tests / Linting (push) Successful in 5s

This commit is contained in:
2025-09-14 12:38:45 +05:00
parent 3cfc74affa
commit 466b58b41d
9 changed files with 128 additions and 17 deletions

View File

@@ -7,14 +7,12 @@ services:
dockerfile: server/Dockerfile
ports:
- "53400:53400"
- "54000:4000"
volumes:
- "./data:/data"
networks:
bunkerd:
ipv4_address: 247.247.0.2
environment:
BUNKERD_DEBUG: "true"
BUNKERD_DATABASE_DSN: " "
cap_add:
- SYS_PTRACE