1
0
Fork 0

bazarr: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-01 20:17:50 +01:00
parent 2fee290866
commit 25b873574d
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,10 @@
---
version: '3.3'
include:
- services/bazarr.yml
services:
uptime-kuma:
image: louislam/uptime-kuma:1

14
services/bazarr.yml Normal file
View File

@ -0,0 +1,14 @@
services:
bazarr:
image: bazarr
container_name: docker.io/linuxserver/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