mapletree/lxc3/tdarr.yml
2026-02-09 10:28:27 -07:00

27 lines
No EOL
989 B
YAML

services:
tdarr:
container_name: tdarr
image: haveagitgat/tdarr:latest
ports:
- 8265:8265
- 8266:8266
volumes:
- /mnt:/media # Your recovered files
- /docker/tdarr/server:/app/server # Persistent server data/configs
- /docker/tdarr/configs:/app/configs # Global configs
- /temp:/temp # Transcode cache (highly recommended)
environment:
- TZ=America/Edmonton # Since you're in Edmonton!
- serverIP=0.0.0.0
- serverPort=8266
- webUIPort=8265
- internalNode=true # <--- THIS IS THE KEY
- nodeName=tdarr-node1=pve2lxc3
- LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/nvidia/lib64
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all,video,compute,utility
- LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
devices:
- /dev/nvidia0:/dev/nvidia0
- /dev/nvidiactl:/dev/nvidiactl
- /dev/nvidia-uvm:/dev/nvidia-uvm