Squash integration (#5566)

* Create a .squash.yml file

* enable deployment checks and a few small improvements
This commit is contained in:
Evandro Miquelito 2019-09-16 10:49:31 -04:00 committed by Chris Akritidis
parent 2238b41ff1
commit c18b816012
1 changed files with 7 additions and 0 deletions

7
.squash.yml Normal file
View File

@ -0,0 +1,7 @@
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