moved all files up a folder
This commit is contained in:
64
docker/individual-docker-compose-files/notused/tdarr-docker-compose.yml
Executable file
64
docker/individual-docker-compose-files/notused/tdarr-docker-compose.yml
Executable file
@@ -0,0 +1,64 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
tdarr-node-02:
|
||||
container_name: tdarr-node-02
|
||||
hostname: tdarr-node-02
|
||||
image: haveagitgat/tdarr_node:v2-preview
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
- nodeID=node-02-dockerserver-02
|
||||
- nodeIP=192.168.1.32
|
||||
- nodePort=8267
|
||||
- serverIP=192.168.1.32
|
||||
- serverPort=8266
|
||||
ports:
|
||||
- 8267:8267/tcp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/movies:/mnt/movies
|
||||
- /mnt/tvshows:/mnt/tvshows
|
||||
- /mnt/tvshows2:/mnt/tvshows2
|
||||
- /mnt/vods:/mnt/vods
|
||||
- /mnt/tvshowstranscode:/mnt/tvhsowstranscode
|
||||
- /mnt/tvshows2transcode:/mnt/tvshows2transcode
|
||||
- /mnt/moviestranscode:/mnt/moviestranscode
|
||||
- /mnt/vodstranscode:/mnt/vodstranscode
|
||||
- /mnt/downloads/complete:/mnt/input
|
||||
- /mnt/downloads/converted:/mnt/output
|
||||
- /mnt/downloads/transcode:/mnt/inputtranscode
|
||||
- /docker/appdata/tdarr/node-02:/app/node
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
tdarr-server:
|
||||
container_name: tdarr-server
|
||||
hostname: tdarr-server
|
||||
image: haveagitgat/tdarr:v2-preview
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
- serverIP=192.168.1.32
|
||||
- webUIPort=8265
|
||||
- serverPort=8266
|
||||
ports:
|
||||
- 8265:8265/tcp
|
||||
- 8266:8266/tcp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/movies:/mnt/movies
|
||||
- /mnt/tvshows:/mnt/tvshows
|
||||
- /mnt/tvshows2:/mnt/tvshows2
|
||||
- /mnt/vods:/mnt/vods
|
||||
- /mnt/tvshowstranscode:/mnt/tvhsowstranscode
|
||||
- /mnt/tvshows2transcode:/mnt/tvshows2transcode
|
||||
- /mnt/moviestranscode:/mnt/moviestranscode
|
||||
- /mnt/vodstranscode:/mnt/vodstranscode
|
||||
- /mnt/downloads/complete:/mnt/input
|
||||
- /mnt/downloads/converted:/mnt/output
|
||||
- /mnt/downloads/transcode:/mnt/inputtranscode
|
||||
- /docker/appdata/tdarr/server:/app/server
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
Reference in New Issue
Block a user