tunarr/docker/dev.compose.yaml

14 lines
231 B
YAML
Raw Normal View History

services:
tunarr:
build:
context: ../
target: dev
dockerfile: ./nvidia.Dockerfile
ports:
- '5173:5173'
- '8000:8000'
2024-03-29 18:12:18 +00:00
user: $USER:$GID
runtime: nvidia
volumes:
- ../:/tunarr