[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
a553a3aaf4
commit
6205a620dc
1 changed files with 1 additions and 27 deletions
26
compose.yaml
26
compose.yaml
|
|
@ -258,29 +258,3 @@ services:
|
||||||
- '--path.sysfs=/host/sys'
|
- '--path.sysfs=/host/sys'
|
||||||
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
netdata:
|
|
||||||
image: netdata/netdata
|
|
||||||
container_name: netdata
|
|
||||||
pid: host
|
|
||||||
network_mode: host
|
|
||||||
restart: unless-stopped
|
|
||||||
cap_add:
|
|
||||||
- SYS_PTRACE
|
|
||||||
- SYS_ADMIN
|
|
||||||
security_opt:
|
|
||||||
- apparmor:unconfined
|
|
||||||
volumes:
|
|
||||||
- /app-config/netdata/netdataconfig:/etc/netdata
|
|
||||||
- /app-config/netdata/netdatalib:/var/lib/netdata
|
|
||||||
- /app-config/netdata/netdatacache:/var/cache/netdata
|
|
||||||
- /:/host/root:ro,rslave
|
|
||||||
- /etc/passwd:/host/etc/passwd:ro
|
|
||||||
- /etc/group:/host/etc/group:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /proc:/host/proc:ro
|
|
||||||
- /sys:/host/sys:ro
|
|
||||||
- /etc/os-release:/host/etc/os-release:ro
|
|
||||||
- /var/log:/host/var/log:ro
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
- /run/dbus:/run/dbus:ro
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue