leyhome/dashdot.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 18:48:56 +01:00
parent 5d0da60b47
commit 5a448cdcc7
1 changed files with 12 additions and 0 deletions

12
leyhome/dashdot.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3.5'
services:
dashdot:
image: mauricenino/dashdot:latest
container_name: dashdot
restart: unless-stopped
privileged: true # Wichtig, damit er Hardware-Infos (Temp, CPU) lesen darf
ports:
- '8081:3001' # Wir nutzen 8081, da 8080 schon vom FileBrowser belegt ist
volumes:
- /:/mnt/host:ro # Liest Host-Infos im "Read-Only" Modus