Change Docker image and modify environment variables

Updated image and configuration options in compose.yaml.
This commit is contained in:
feldjaeger 2026-03-21 16:29:26 +01:00 committed by GitHub
parent d2540368c5
commit 7126e04e11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,12 +25,14 @@ services:
- webUIPort=8265 - webUIPort=8265
- internalNode=true - internalNode=true
- inContainer=true - inContainer=true
- ffmpegVersion=7 #- ffmpegVersion=7
- nodeName=tdarr - nodeName=tdarr
- nodeID=tdarr - nodeID=tdarr
- NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=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: ports:
- 0.0.0.0:8265:8265 - 0.0.0.0:8265:8265
- 8266:8266 - 8266:8266