first commit
This commit is contained in:
commit
1f9fd106d8
1 changed files with 30 additions and 0 deletions
30
compose.yaml
Normal file
30
compose.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
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
|
||||
- ffmpegVersion=6
|
||||
- nodeName=tdarr
|
||||
- QSV_DEVICE= "/dev/dri/renderD128"
|
||||
image: ghcr.io/haveagitgat/tdarr:latest
|
||||
ports:
|
||||
- 0.0.0.0:8265:8265
|
||||
- 8266:8266
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
#- tdarr_config:/app
|
||||
- /app-config/data:/app/server
|
||||
- /app-config/config:/app/configs
|
||||
- /app-config/logs:/app/logs
|
||||
- /data:/data
|
||||
- /usenet/tmp:/temp
|
||||
Loading…
Add table
Add a link
Reference in a new issue