Update AAR_Stack/docker-compose.yml
commented out tdarr
This commit is contained in:
parent
93a67d5522
commit
07c326b9cf
@ -1,135 +1,135 @@
|
|||||||
---
|
---
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
sonarr:
|
sonarr:
|
||||||
container_name: sonarr
|
container_name: sonarr
|
||||||
image: cr.hotio.dev/hotio/sonarr:v4
|
image: cr.hotio.dev/hotio/sonarr:v4
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
environment:
|
environment:
|
||||||
# - PUID=1000
|
# - PUID=1000
|
||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
# - UMASK=002
|
# - UMASK=002
|
||||||
- TZ=US/Central
|
- TZ=US/Central
|
||||||
volumes:
|
volumes:
|
||||||
- /home/nick/docker/sonarr:/config
|
- /home/nick/docker/sonarr:/config
|
||||||
- /mnt:/mnt
|
- /mnt:/mnt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
image: cr.hotio.dev/hotio/radarr
|
image: cr.hotio.dev/hotio/radarr
|
||||||
ports:
|
ports:
|
||||||
- 7878:7878
|
- 7878:7878
|
||||||
environment:
|
environment:
|
||||||
# - PUID=1000
|
# - PUID=1000
|
||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
# - UMASK=002
|
# - UMASK=002
|
||||||
- TZ=US/Central
|
- TZ=US/Central
|
||||||
volumes:
|
volumes:
|
||||||
- /home/nick/docker/radarr:/config
|
- /home/nick/docker/radarr:/config
|
||||||
- /mnt:/mnt
|
- /mnt:/mnt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
prowlarr:
|
prowlarr:
|
||||||
container_name: prowlarr
|
container_name: prowlarr
|
||||||
image: cr.hotio.dev/hotio/prowlarr
|
image: cr.hotio.dev/hotio/prowlarr
|
||||||
ports:
|
ports:
|
||||||
- 9696:9696
|
- 9696:9696
|
||||||
environment:
|
environment:
|
||||||
# - PUID=1000
|
# - PUID=1000
|
||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
# - UMASK=002
|
# - UMASK=002
|
||||||
- TZ=US/Central
|
- TZ=US/Central
|
||||||
volumes:
|
volumes:
|
||||||
- /home/nick/docker/prowlarr:/config
|
- /home/nick/docker/prowlarr:/config
|
||||||
|
|
||||||
bazarr:
|
bazarr:
|
||||||
container_name: bazarr
|
container_name: bazarr
|
||||||
image: cr.hotio.dev/hotio/bazarr
|
image: cr.hotio.dev/hotio/bazarr
|
||||||
ports:
|
ports:
|
||||||
- 6767:6767
|
- 6767:6767
|
||||||
environment:
|
environment:
|
||||||
# - PUID=1000
|
# - PUID=1000
|
||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
# - UMASK=002
|
# - UMASK=002
|
||||||
- TZ=US/Central
|
- TZ=US/Central
|
||||||
volumes:
|
volumes:
|
||||||
- /home/nick/docker/bazarr:/config
|
- /home/nick/docker/bazarr:/config
|
||||||
|
|
||||||
- /mnt:/mnt
|
- /mnt:/mnt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Not currently using, Single commented lines were in use, doubles were not in use
|
||||||
tdarr:
|
# tdarr:
|
||||||
container_name: tdarr
|
# container_name: tdarr
|
||||||
image: ghcr.io/haveagitgat/tdarr:latest
|
# image: ghcr.io/haveagitgat/tdarr:latest
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
network_mode: bridge
|
# network_mode: bridge
|
||||||
ports:
|
# ports:
|
||||||
- 8265:8265 # webUI port
|
# - 8265:8265 # webUI port
|
||||||
- 8266:8266 # server port
|
# - 8266:8266 # server port
|
||||||
- 8267:8267 # Internal node port
|
# - 8267:8267 # Internal node port
|
||||||
environment:
|
# environment:
|
||||||
- TZ=US/Central
|
# - TZ=US/Central
|
||||||
# - PUID=${PUID}
|
## - PUID=${PUID}
|
||||||
# - PGID=${PGID}
|
## - PGID=${PGID}
|
||||||
# - UMASK_SET=002
|
## - UMASK_SET=002
|
||||||
- serverIP=0.0.0.0
|
# - serverIP=0.0.0.0
|
||||||
- serverPort=8266
|
# - serverPort=8266
|
||||||
- webUIPort=8265
|
# - webUIPort=8265
|
||||||
- internalNode=true
|
# - internalNode=true
|
||||||
- inContainer=true
|
# - inContainer=true
|
||||||
- nodeName=TdarrNode1U
|
# - nodeName=TdarrNode1U
|
||||||
volumes:
|
# volumes:
|
||||||
|
#
|
||||||
# - /home/nick/docker/tdarr/server:/app/server
|
## - /home/nick/docker/tdarr/server:/app/server
|
||||||
# - /home/nick/docker/tdarr/configs:/app/configs
|
## - /home/nick/docker/tdarr/configs:/app/configs
|
||||||
# - /home/nick/docker/tdarr/logs:/app/logs
|
## - /home/nick/docker/tdarr/logs:/app/logs
|
||||||
- /home/nick/docker/tdarr/server:/app/server
|
# - /home/nick/docker/tdarr/server:/app/server
|
||||||
- /home/nick/docker/tdarr/configs:/app/configs
|
# - /home/nick/docker/tdarr/configs:/app/configs
|
||||||
- /home/nick/docker/tdarr/logs:/app/logs
|
# - /home/nick/docker/tdarr/logs:/app/logs
|
||||||
- /mnt:/media
|
# - /mnt:/media
|
||||||
- /home/nick/docker/tdarr/transcode_cache:/temp
|
# - /home/nick/docker/tdarr/transcode_cache:/temp
|
||||||
# labels:
|
## labels:
|
||||||
# - homepage.group=Media
|
## - homepage.group=Media
|
||||||
# - homepage.name=tdarr
|
## - homepage.name=tdarr
|
||||||
# - homepage.icon=tdarr.png
|
## - homepage.icon=tdarr.png
|
||||||
# - homepage.description=Check and Transcode
|
## - homepage.description=Check and Transcode
|
||||||
# - homepage.widget.type=tdarr
|
## - homepage.widget.type=tdarr
|
||||||
# - homepage.widget.url=http://192.168.1.195:8265
|
## - homepage.widget.url=http://192.168.1.195:8265
|
||||||
# - homepage.widget.fields=["queue", "processed", "errored", "saved"].
|
## - homepage.widget.fields=["queue", "processed", "errored", "saved"].
|
||||||
|
|
||||||
overseerr:
|
overseerr:
|
||||||
image: sctx/overseerr:latest
|
image: sctx/overseerr:latest
|
||||||
container_name: overseerr
|
container_name: overseerr
|
||||||
environment:
|
environment:
|
||||||
- TZ=US/Central
|
- TZ=US/Central
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
volumes:
|
volumes:
|
||||||
- /home/nick/docker/overseerr/:/app/config
|
- /home/nick/docker/overseerr/:/app/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
tautulli:
|
tautulli:
|
||||||
image: ghcr.io/tautulli/tautulli
|
image: ghcr.io/tautulli/tautulli
|
||||||
container_name: tautulli
|
container_name: tautulli
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /home/nick/docker/tautulli/data:/config
|
- /home/nick/docker/tautulli/data:/config
|
||||||
environment:
|
environment:
|
||||||
- TZ=US/Central
|
- TZ=US/Central
|
||||||
ports:
|
ports:
|
||||||
- 8181:8181
|
- 8181:8181
|
||||||
|
|
||||||
whisperasr:
|
whisperasr:
|
||||||
image: onerahmet/openai-whisper-asr-webservice:latest
|
image: onerahmet/openai-whisper-asr-webservice:latest
|
||||||
container_name: whisper
|
container_name: whisper
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- ASR_MODEL=large
|
- ASR_MODEL=large
|
||||||
ports:
|
ports:
|
||||||
- 9010:9000
|
- 9010:9000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user