update for tdarr node gpu issues
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-09 09:38:53 -07:00
parent f92882a4e5
commit c5bc37c856

View file

@ -2,6 +2,7 @@ services:
tdarr:
container_name: tdarr
image: haveagitgat/tdarr:latest
runtime: nvidia
ports:
- 8265:8265
- 8266:8266
@ -10,6 +11,9 @@ services:
- /docker/tdarr/server:/app/server # Persistent server data/configs
- /docker/tdarr/configs:/app/configs # Global configs
- /temp:/temp # Transcode cache (highly recommended)
- /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.580.126.09:/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.580.126.09:ro
- /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1:/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1:ro
- /usr/lib/x86_64-linux-gnu/libnvidia-ml.so:/usr/lib/x86_64-linux-gnu/libnvidia-ml.so:ro
environment:
- TZ=America/Edmonton # Since you're in Edmonton!
- serverIP=0.0.0.0