compose.yaml aktualisiert
This commit is contained in:
parent
c6c10ea987
commit
89ed54d4be
1 changed files with 0 additions and 31 deletions
31
compose.yaml
31
compose.yaml
|
|
@ -1,35 +1,4 @@
|
||||||
services:
|
services:
|
||||||
tdarr:
|
|
||||||
container_name: tdarr
|
|
||||||
devices:
|
|
||||||
- /dev/dri/:/dev/dri/
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- UMASK_SET=002
|
|
||||||
- serverIP=0.0.0.0
|
|
||||||
- serverPort=8266
|
|
||||||
- webUIPort=8265
|
|
||||||
- internalNode=true
|
|
||||||
- inContainer=true
|
|
||||||
- nodeName=tdarr
|
|
||||||
- nodeID=tdarr
|
|
||||||
- TDARR_MODE=both
|
|
||||||
- GPU_VENDOR=nvidia
|
|
||||||
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/
|
|
||||||
|
|
||||||
fileflows:
|
fileflows:
|
||||||
image: revenz/fileflows:latest
|
image: revenz/fileflows:latest
|
||||||
container_name: fileflows
|
container_name: fileflows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue