Files
infrastructure/hosts/ps09rp/node-exporter/compose.yaml
Renovate Bot cdc06f483b
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 1m44s
chore(deps): pin dependencies
2026-03-22 03:04:19 +00:00

14 lines
385 B
YAML

---
services:
node-exporter:
image: quay.io/prometheus/node-exporter:v1.10.2@sha256:337ff1d356b68d39cef853e8c6345de11ce7556bb34cda8bd205bcf2ed30b565
container_name: node-exporter
command:
- '--path.rootfs=/rootfs'
ports:
- 0.0.0.0:9100:9100
pid: host
restart: always
volumes:
- /:/rootfs:ro