Update AAR_Stack/docker-compose.yml

Added second instance of Bazarr, do need to verify if really needed.
This commit is contained in:
theflyingfool 2023-12-11 13:42:31 -06:00
parent 07c326b9cf
commit 223e30e479

View File

@ -44,6 +44,8 @@ services:
volumes:
- /home/nick/docker/prowlarr:/config
## This Bazarr is only used w/ Whisparr
bazarr:
container_name: bazarr
image: cr.hotio.dev/hotio/bazarr
@ -56,7 +58,21 @@ services:
- TZ=US/Central
volumes:
- /home/nick/docker/bazarr:/config
- /mnt:/mnt
## Web Based Providers
bazarr2:
container_name: bazarr2
image: cr.hotio.dev/hotio/bazarr
ports:
- 6868:6767
environment:
# - PUID=1000
# - PGID=1000
# - UMASK=002
- TZ=US/Central
volumes:
- /home/nick/docker/bazarr2:/config
- /mnt:/mnt