All checks were successful
Linting and tests / Linting (push) Successful in 5s
24 lines
420 B
YAML
24 lines
420 B
YAML
---
|
|
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
|