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