Add tdarr
This commit is contained in:
parent
c20aa976b6
commit
6d6dfca32a
24
tdarr/docker-compose.yml
Normal file
24
tdarr/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
version: "3.4"
|
||||||
|
services:
|
||||||
|
tdarr:
|
||||||
|
container_name: tdarr
|
||||||
|
image: ghcr.io/haveagitgat/tdarr:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: bridge
|
||||||
|
ports:
|
||||||
|
- 8265:8265 # webUI port
|
||||||
|
- 8266:8266 # server port
|
||||||
|
environment:
|
||||||
|
- TZ=America/Moncton
|
||||||
|
- serverPort=8266
|
||||||
|
- webUIPort=8265
|
||||||
|
- internalNode=true
|
||||||
|
- inContainer=true
|
||||||
|
- ffmpegVersion=6
|
||||||
|
- nodeName=internal
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/tdarr/server:/app/server
|
||||||
|
- /docker/appdata/tdarr/configs:/app/configs
|
||||||
|
- /docker/appdata/tdarr/logs:/app/logs
|
||||||
|
- /home/isaac/Media:/media
|
||||||
|
- /docker/appdata/tdarr/transcode_cache:/temp
|
Loading…
Reference in New Issue
Block a user