add node exporters

This commit is contained in:
2025-02-28 19:01:54 -06:00
parent 2cb435fead
commit be755f4cf4
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
services:
node_exporter:
image: quay.io/prometheus/node-exporter:v1.9.0
container_name: node_exporter
command:
- '--path.rootfs=/host'
pid: host
restart: always
volumes:
- '/:/host:ro,rslave'

View File

@@ -0,0 +1,11 @@
---
services:
node_exporter:
image: quay.io/prometheus/node-exporter:v1.9.0
container_name: node_exporter
command:
- '--path.rootfs=/host'
pid: host
restart: always
volumes:
- '/:/host:ro,rslave'