added tdarr
This commit is contained in:
@@ -329,6 +329,32 @@ services:
|
||||
- ${DOCKERCONFIGS}/syncthing/config:/config
|
||||
- ${STORAGE_DIR}:/storage
|
||||
|
||||
tdarr:
|
||||
container_name: tdarr
|
||||
image: ghcr.io/haveagitgat/tdarr:latest
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- UMASK_SET=002
|
||||
- serverIP=0.0.0.0
|
||||
- serverPort=8266
|
||||
- webUIPort=8265
|
||||
- internalNode=true
|
||||
- inContainer=true
|
||||
- nodeName=dockerserver
|
||||
ports:
|
||||
- 8265:8265 # webUI port
|
||||
- 8266:8266 # server port
|
||||
- 8267:8267 # Internal node port
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKERCONFIGS}/tdarr/server:/app/server
|
||||
- ${DOCKERCONFIGS}/tdarr/configs:/app/configs
|
||||
- ${DOCKERCONFIGS}/tdarr/logs:/app/logs
|
||||
- ${MEDIA_DIR}/downloads:/downloads
|
||||
- ${MEDIA_DIR}/downloads/transcode:/temp
|
||||
|
||||
trilium:
|
||||
container_name: trilium
|
||||
image: zadam/trilium
|
||||
|
||||
Reference in New Issue
Block a user