Add bazarr

This commit is contained in:
mr-vercetti 2022-02-17 11:24:27 +01:00
parent dc84fd7cbf
commit 721b8ce7c6

View File

@ -71,6 +71,23 @@ services:
ports: ports:
- 9117:9117 - 9117:9117
restart: unless-stopped restart: unless-stopped
bazarr:
image: lscr.io/linuxserver/bazarr
container_name: bazarr
networks:
- media
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TIMEZONE}
volumes:
- ${APPS_DIR}/bazarr:/config
- ${DATA_DIR}/media/movies:/movies
- ${DATA_DIR}/media/tvshows:/tvshows
ports:
- 6767:6767
restart: unless-stopped
delugevpn: delugevpn:
image: binhex/arch-delugevpn image: binhex/arch-delugevpn