mapletree/lxc3/tdarr.yml
admin 9e93723ad5
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
update tdarr temp file
2026-02-09 12:56:57 -07:00

23 lines
870 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
- /repo/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