[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-11-18 20:57:40 +01:00
parent ba91345f41
commit 6bcde2996f

View file

@ -244,3 +244,18 @@ services:
- loki
networks:
- 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