enable internal node
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
88b895ac3d
commit
32514c057f
1 changed files with 8 additions and 1 deletions
|
|
@ -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)
|
||||
- /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
|
||||
Loading…
Reference in a new issue