[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
b10d0671d2
commit
1b81809c54
1 changed files with 10 additions and 3 deletions
13
compose.yaml
13
compose.yaml
|
|
@ -2,8 +2,14 @@ services:
|
||||||
tdarr:
|
tdarr:
|
||||||
container_name: tdarr
|
container_name: tdarr
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri/card1:/dev/dri/card1
|
- /dev/dri:/dev/dri
|
||||||
- /dev/dri/renderD129:/dev/dri/renderD129
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: all
|
||||||
|
capabilities: [gpu]
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
@ -16,7 +22,8 @@ services:
|
||||||
- inContainer=true
|
- inContainer=true
|
||||||
- ffmpegVersion=6
|
- ffmpegVersion=6
|
||||||
- nodeName=tdarr
|
- nodeName=tdarr
|
||||||
- QSV_DEVICE= "/dev/dri/renderD129"
|
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||||
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
image: ghcr.io/haveagitgat/tdarr:latest
|
image: ghcr.io/haveagitgat/tdarr:latest
|
||||||
ports:
|
ports:
|
||||||
- 0.0.0.0:8265:8265
|
- 0.0.0.0:8265:8265
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue