chore: remove netdata (container deleted)

This commit is contained in:
2026-03-28 15:01:40 +00:00
parent 5366afbd93
commit 4d7db1e874
-28
View File
@@ -1,28 +0,0 @@
version: "3.9"
services:
netdata:
image: netdata/netdata:stable
container_name: netdata
restart: unless-stopped
network_mode: host
cap_add:
- SYS_PTRACE
- SYS_ADMIN
environment:
- TZ=Europe/Berlin
- DO_NOT_TRACK=1
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/passwd:/host/etc/passwd:ro
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /mnt/user/appdata/netdata/cache:/var/cache/netdata
- /mnt/user/appdata/netdata/lib:/var/lib/netdata
- /mnt/user/appdata/netdata/config:/etc/netdata
- /etc/os-release:/host/etc/os-release:ro
- /var/log:/host/var/log:ro
- /run/dbus:/run/dbus:ro