Basic server app with WS connection.
Some checks failed
Linting and tests / Linting (push) Failing after 37s

This commit is contained in:
2025-09-15 09:33:25 +05:00
parent 466b58b41d
commit 2c13e3f380
25 changed files with 928 additions and 27 deletions

View File

@@ -14,7 +14,11 @@ services:
bunkerd:
ipv4_address: 247.247.0.3
environment:
BUNKERD_DATABASE_DSN: " "
BUNKERD_DATABASE_MAX_IDLE_CONNS: 5
BUNKERD_DATABASE_MAX_OPENED_CONNS: 20
BUNKERD_DATABASE_DSN: "postgres://postgres:postgres@247.247.0.4:5432/bunkerd?sslmode=disable"
BUNKERD_HTTP_ADDRESS: "0.0.0.0:53400"
BUNKERD_LOG_LEVEL: "debug"
cap_add:
- SYS_PTRACE