mapletree/lxc3/tdarr.yml
admin 32514c057f
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
enable internal node
2026-02-09 08:42:31 -07:00

18 lines
No EOL
634 B
YAML

services:
tdarr:
container_name: tdarr
image: haveagitgat/tdarr:latest
ports:
- 8265:8265 # WebUI
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