compose.yaml aktualisiert
This commit is contained in:
parent
eafe3963df
commit
389a8f5797
1 changed files with 15 additions and 28 deletions
43
compose.yaml
43
compose.yaml
|
|
@ -1,36 +1,23 @@
|
||||||
services:
|
services:
|
||||||
|
fileflows:
|
||||||
tdarr:
|
image: revenz/fileflows:latest
|
||||||
container_name: tdarr
|
container_name: fileflows
|
||||||
devices:
|
restart: always
|
||||||
- /dev/dri/:/dev/dri/
|
ports:
|
||||||
|
- 8268:5000
|
||||||
|
volumes:
|
||||||
|
- /app-config/fileflows-data:/app/Data
|
||||||
|
- tdarr:/tdarr/
|
||||||
|
- tdarr:/temp/
|
||||||
|
- usenet:/usenet/
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- UMASK_SET=002
|
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||||
- serverIP=0.0.0.0
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
- serverPort=8266
|
devices:
|
||||||
- webUIPort=8265
|
- /dev/dri/:/dev/dri/
|
||||||
- internalNode=true
|
|
||||||
- inContainer=true
|
|
||||||
- nodeName=tdarr
|
|
||||||
- nodeID=tdarr
|
|
||||||
- TDARR_MODE=both
|
|
||||||
- GPU_VENDOR=intel
|
|
||||||
image: ghcr.io/haveagitgat/tdarr:latest
|
|
||||||
ports:
|
|
||||||
- 0.0.0.0:8265:8265
|
|
||||||
- 8266:8266
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
- /app-config/data:/app/server
|
|
||||||
- /app-config/config:/app/configs
|
|
||||||
- /app-config/logs:/app/logs
|
|
||||||
- tdarr:/tdarr/
|
|
||||||
- /mnt/media:/data
|
|
||||||
- usenet:/usenet/
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
usenet:
|
usenet:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue