1
0
mirror of https://github.com/netdata/netdata.git synced 2021-06-06 23:03:21 +03:00
Files
netdata/.squash.yml
Evandro Miquelito c18b816012 Squash integration (#5566)
* Create a .squash.yml file

* enable deployment checks and a few small improvements
2019-09-16 16:49:31 +02:00

8 lines
317 B
YAML

deployments:
netdata:
auto_deploy_on_commits: true
filename: ./packaging/docker/Dockerfile
context_path: ./
port_forwarding: 80:19999
run_options: -v /proc:/host/proc:ro -v /sys:/host/sys:ro -v /var/run/docker.sock:/var/run/docker.sock:ro --cap-add SYS_PTRACE --security-opt apparmor=unconfined