tdarr/compose.yaml

41 lines
861 B
YAML

services:
fileflows:
image: revenz/fileflows:latest
container_name: fileflows
restart: always
ports:
- 8268:5000
volumes:
- /app-config/fileflows-data:/app/Data
- tdarr:/tdarr/
- tdarr:/temp/
- usenet:/usenet/
environment:
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
volumes:
usenet:
name: tdarr_usenet
driver: local
driver_opts:
device: :/usenet
o: addr=10.2.1.1,nolock,hard,rw
type: nfs
tdarr:
name: tdarr
driver: local
driver_opts:
device: :/tdarr
o: addr=10.2.1.1,nolock,hard,rw
type: nfs