From eafe3963dfc963bd787f78bf805aff033f94f60e Mon Sep 17 00:00:00 2001 From: sascha Date: Tue, 16 Jun 2026 15:20:40 +0200 Subject: [PATCH] compose.yaml aktualisiert --- compose.yaml | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/compose.yaml b/compose.yaml index c8cea48..d95b619 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,24 +1,35 @@ services: - fileflows: - image: revenz/fileflows:latest - container_name: fileflows - restart: always - ports: - - 8268:5000 - volumes: - - /app-config/fileflows-data:/app/Data - - /mnt/media:/data - - tdarr:/tdarr/ - - usenet:/usenet/ + + tdarr: + container_name: tdarr + devices: + - /dev/dri/:/dev/dri/ environment: - TZ=Europe/Berlin - PUID=1000 - PGID=1000 - - NVIDIA_DRIVER_CAPABILITIES=all - - NVIDIA_VISIBLE_DEVICES=all - devices: - - /dev/dri/:/dev/dri/ - + - UMASK_SET=002 + - serverIP=0.0.0.0 + - serverPort=8266 + - webUIPort=8265 + - internalNode=true + - inContainer=true + - nodeName=tdarr + - nodeID=tdarr + - TDARR_MODE=both + - GPU_VENDOR=intel + image: ghcr.io/haveagitgat/tdarr:latest + ports: + - 0.0.0.0:8265:8265 + - 8266:8266 + restart: always + volumes: + - /app-config/data:/app/server + - /app-config/config:/app/configs + - /app-config/logs:/app/logs + - tdarr:/tdarr/ + - /mnt/media:/data + - usenet:/usenet/ volumes: