compose.yaml aktualisiert
This commit is contained in:
parent
921f26030f
commit
eafe3963df
1 changed files with 27 additions and 16 deletions
43
compose.yaml
43
compose.yaml
|
|
@ -1,24 +1,35 @@
|
||||||
services:
|
services:
|
||||||
fileflows:
|
|
||||||
image: revenz/fileflows:latest
|
tdarr:
|
||||||
container_name: fileflows
|
container_name: tdarr
|
||||||
restart: always
|
devices:
|
||||||
ports:
|
- /dev/dri/:/dev/dri/
|
||||||
- 8268:5000
|
|
||||||
volumes:
|
|
||||||
- /app-config/fileflows-data:/app/Data
|
|
||||||
- /mnt/media:/data
|
|
||||||
- tdarr:/tdarr/
|
|
||||||
- usenet:/usenet/
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
- UMASK_SET=002
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
- serverIP=0.0.0.0
|
||||||
devices:
|
- serverPort=8266
|
||||||
- /dev/dri/:/dev/dri/
|
- webUIPort=8265
|
||||||
|
- 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue