mapletree/lxc3/tdarr.yml
admin 68abe92202
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
add server port mapping
2026-02-09 09:01:26 -07:00

19 lines
No EOL
644 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