diff --git a/lxc3/tdarr.yml b/lxc3/tdarr.yml index 0ce445f..e647be3 100644 --- a/lxc3/tdarr.yml +++ b/lxc3/tdarr.yml @@ -8,4 +8,11 @@ services: - /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) \ No newline at end of file + - /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 \ No newline at end of file