From edb65b0e488a9ccfcbbefc79d27434c5ad76730d Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Thu, 18 Jun 2026 15:28:52 +0000 Subject: [PATCH] chore: remove node-exporter (replaced by Beszel agent) --- jellyfin/node-exporter/docker-compose.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 jellyfin/node-exporter/docker-compose.yml diff --git a/jellyfin/node-exporter/docker-compose.yml b/jellyfin/node-exporter/docker-compose.yml deleted file mode 100644 index 3f77805..0000000 --- a/jellyfin/node-exporter/docker-compose.yml +++ /dev/null @@ -1,15 +0,0 @@ -services: - node-exporter: - image: prom/node-exporter:latest - container_name: node-exporter - restart: unless-stopped - 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.mount-points-exclude=^/(sys|proc|dev|host|etc)($$|/)'