Added netdata stack (#361)

* Added netdata stack

* Pump up version

* Set io.rancher.scheduler.global to true
This commit is contained in:
Òscar Casajuana
2016-12-16 23:00:27 +01:00
committed by Hussein Galal
parent cd8a0603ad
commit a6429ee899
4 changed files with 64 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
netdata:
image: titpetric/netdata:latest
labels:
io.rancher.scheduler.global: 'true'
cap_add:
- SYS_PTRACE
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
environment:
NETDATA_PORT: "${NETDATA_PORT}"