🔨」 fix: fixed some things.

This commit is contained in:
2025-07-22 17:36:34 +02:00
parent 49fcfe95a5
commit 7823851ab1
4 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,16 @@
services:
node-exporter:
container_name: transcendence-node-exporter
image: prom/node-exporter:latest
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/rootfs:ro
command:
- '--path.procfs=/host/proc'
- '--path.rootfs=/rootfs'
- '--path.sysfs=/host/sys'
- '--collector.filesystem.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)'
networks:
- prom-exporter
restart: unless-stopped