Go-Templates/docker-compose.debug.yml

13 lines
219 B
YAML

services:
myapp:
build:
context: .
dockerfile: Dockerfile.debug
security_opt:
- seccomp:unconfined
cap_add:
- SYS_PTRACE
ports:
- "40000:40000"
volumes:
- .:/app