2024-06-01 19:38:43 -03:00
|
|
|
version: "3.4"
|
|
|
|
services:
|
|
|
|
tdarr:
|
|
|
|
container_name: tdarr
|
|
|
|
image: ghcr.io/haveagitgat/tdarr:latest
|
2024-06-18 00:22:24 -03:00
|
|
|
restart: no
|
2024-06-01 19:38:43 -03:00
|
|
|
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
|