[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
b17094a1af
commit
a553a3aaf4
1 changed files with 27 additions and 1 deletions
28
compose.yaml
28
compose.yaml
|
|
@ -257,4 +257,30 @@ services:
|
|||
- '--path.procfs=/host/proc'
|
||||
- '--path.sysfs=/host/sys'
|
||||
- '--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