Change Docker image and modify environment variables
Updated image and configuration options in compose.yaml.
This commit is contained in:
parent
d2540368c5
commit
7126e04e11
1 changed files with 4 additions and 2 deletions
|
|
@ -25,12 +25,14 @@ services:
|
|||
- webUIPort=8265
|
||||
- internalNode=true
|
||||
- inContainer=true
|
||||
- ffmpegVersion=7
|
||||
#- ffmpegVersion=7
|
||||
- nodeName=tdarr
|
||||
- nodeID=tdarr
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
image: ghcr.io/haveagitgat/tdarr:latest
|
||||
- TDARR_MODE=both # oder server/node je nach Setup
|
||||
- GPU_VENDOR=nvidia
|
||||
image: denix811/tdarr-denix:latest
|
||||
ports:
|
||||
- 0.0.0.0:8265:8265
|
||||
- 8266:8266
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue