18 lines
No EOL
634 B
YAML
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 |