linux-node-visability/compose-node.yml

13 lines
262 B
YAML
Raw Normal View History

2024-10-05 18:20:25 +00:00
services:
# monitor the host
node_exporter:
image: quay.io/prometheus/node-exporter:latest
command:
- '--path.rootfs=/host'
network_mode: host
# uses port 9100
pid: host
restart: unless-stopped
volumes:
- '/:/host:ro'