Client build scripts fixes and server stub with local devzone.
All checks were successful
Linting and tests / Linting (push) Successful in 6s
All checks were successful
Linting and tests / Linting (push) Successful in 6s
This commit is contained in:
24
server/localdevzone/bunkerd/docker-compose.yaml
Normal file
24
server/localdevzone/bunkerd/docker-compose.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
services:
|
||||
bunkerd:
|
||||
container_name: "bunkerd"
|
||||
build:
|
||||
context: ../../../
|
||||
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
|
||||
|
||||
networks:
|
||||
bunkerd:
|
||||
external: true
|
Reference in New Issue
Block a user