Basic server app with WS connection.
Some checks failed
Linting and tests / Linting (push) Failing after 37s
Some checks failed
Linting and tests / Linting (push) Failing after 37s
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user