mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
14 lines
231 B
YAML
14 lines
231 B
YAML
services:
|
|
tunarr:
|
|
build:
|
|
context: ../
|
|
target: dev
|
|
dockerfile: ./nvidia.Dockerfile
|
|
ports:
|
|
- '5173:5173'
|
|
- '8000:8000'
|
|
user: $USER:$GID
|
|
runtime: nvidia
|
|
volumes:
|
|
- ../:/tunarr
|