feat: mergerfs Bind-Mount statt Docker NFS-Volume

This commit is contained in:
sascha 2026-05-01 18:28:43 +02:00
parent bb293e7b62
commit 21d7185d7f

View file

@ -32,6 +32,9 @@ services:
- NVIDIA_VISIBLE_DEVICES=all - NVIDIA_VISIBLE_DEVICES=all
- TDARR_MODE=both # oder server/node je nach Setup - TDARR_MODE=both # oder server/node je nach Setup
- GPU_VENDOR=nvidia - GPU_VENDOR=nvidia
user: "1000:1000"
tmpfs:
- /temp:uid=1000,gid=1000
image: denix811/tdarr-denix:latest image: denix811/tdarr-denix:latest
ports: ports:
- 0.0.0.0:8265:8265 - 0.0.0.0:8265:8265