23 lines
878 B
YAML
23 lines
878 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
|
|
- /docker/tdarr/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
|