1
0

bazarr: add

This commit is contained in:
2023-12-01 20:17:50 +01:00
parent 2fee290866
commit c18a81e3b0
3 changed files with 22 additions and 0 deletions

15
services/bazarr.yml Normal file
View File

@ -0,0 +1,15 @@
services:
bazarr:
image: docker.io/linuxserver/bazarr:latest
container_name: bazarr
ports:
- "${BAZARR_EXTERNAL_PORT}:${BAZARR_INTERNAL_PORT}"
networks:
- public
volumes:
- "${DOCKER_STORAGE_PATH}/bazarr:/config"
- "${MOVIE_PATH}:/movies"
- "${TV_PATH}:/tv"
profiles:
- base
restart: unless-stopped