added tunarr compose
This commit is contained in:
parent
0a7b4ba191
commit
10323dcb6e
28
nodes/waldorf/tunarr/compose.yaml
Normal file
28
nodes/waldorf/tunarr/compose.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
services:
|
||||
tunarr:
|
||||
image: chrisbenincasa/tunarr:latest
|
||||
container_name: tunarr
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8000:8000
|
||||
environment:
|
||||
- TZ=America/New_York
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
- NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
|
||||
- TUNARR_BIND_ADDR=0.0.0.0
|
||||
volumes:
|
||||
- /mnt/appdata/tunarr/data:/config/tunarr
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # Intel/iGPU support
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: 1
|
||||
capabilities: [gpu]
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
Loading…
x
Reference in New Issue
Block a user