mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-18 16:25:35 +01:00
Add bazarr
This commit is contained in:
parent
dc84fd7cbf
commit
721b8ce7c6
@ -71,6 +71,23 @@ services:
|
||||
ports:
|
||||
- 9117:9117
|
||||
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:
|
||||
image: binhex/arch-delugevpn
|
||||
|
Loading…
Reference in New Issue
Block a user