[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
d3b6c73584
commit
c1470645ed
1 changed files with 21 additions and 0 deletions
21
compose.yaml
21
compose.yaml
|
|
@ -40,3 +40,24 @@ services:
|
|||
- /usenet/tmp:/temp
|
||||
- /usenet/complete:/complete
|
||||
- /usenet/converted:/converted
|
||||
|
||||
fileflows:
|
||||
image: revenz/fileflows
|
||||
restart: unless-stopped
|
||||
runtime: nvidia
|
||||
ports:
|
||||
- "19200:5000"
|
||||
environment:
|
||||
- TempPathHost=/temp
|
||||
- TZ=Europe/Berlin
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /temp:/temp
|
||||
- /usenet/:/app/Data
|
||||
- /usenet/tmp:/temp
|
||||
- /usenet:/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue