netdata: remove netdata, bye!

This commit is contained in:
2025-11-23 18:02:26 +01:00
parent 81821ef471
commit c71da5767c
3 changed files with 0 additions and 64 deletions

View File

@@ -38,7 +38,6 @@ updates:
- "/docker/production/semeryfr"
- "/docker/production/vhaudiquetfr"
- "/docker/tools/excalidraw"
- "/docker/tools/netdata"
- "/docker/tools/notesnook"
- "/docker/tools/obsidian-livesync"
- "/docker/tools/stirling-pdf"

View File

@@ -175,11 +175,6 @@ excalidraw:
branch: main
compose_file: docker/tools/excalidraw/docker-compose.yml
netdata:
repo: homeprod
branch: main
compose_file: docker/tools/netdata/docker-compose.yml
notesnook:
repo: homeprod
branch: main

View File

@@ -1,58 +0,0 @@
services:
netdata:
image: netdata/netdata
container_name: netdata
restart: unless-stopped
cap_add:
- SYS_PTRACE
- SYS_ADMIN
ports:
- "19999"
networks:
- default
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.netdata.rule=Host(`netdata.lan`)"
- "traefik.http.services.netdata.loadbalancer.server.port=19999"
security_opt:
- apparmor:unconfined
volumes:
- config:/etc/netdata
- lib:/var/lib/netdata
- cache:/var/cache/netdata
- /:/host/root:ro,rslave
- /etc/passwd:/host/etc/passwd:ro
- /etc/group:/host/etc/group:ro
- /etc/localtime:/etc/localtime:ro
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /etc/os-release:/host/etc/os-release:ro
- /var/log:/host/var/log:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /run/dbus:/run/dbus:ro
volumes:
config:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/netdata/config'
lib:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/netdata/lib'
cache:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/netdata/cache'
networks:
proxy:
external: true
name: proxy