[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
ba91345f41
commit
6bcde2996f
1 changed files with 16 additions and 1 deletions
17
compose.yaml
17
compose.yaml
|
|
@ -243,4 +243,19 @@ services:
|
|||
depends_on:
|
||||
- loki
|
||||
networks:
|
||||
- proxy_network
|
||||
- proxy_network
|
||||
|
||||
node_exporter:
|
||||
image: prom/node-exporter:latest
|
||||
container_name: node_exporter
|
||||
network_mode: host
|
||||
pid: host
|
||||
volumes:
|
||||
- /proc:/host/proc:ro
|
||||
- /sys:/host/sys:ro
|
||||
- /:/rootfs:ro
|
||||
command:
|
||||
- '--path.procfs=/host/proc'
|
||||
- '--path.sysfs=/host/sys'
|
||||
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue