bazarr: add
This commit is contained in:
parent
2fee290866
commit
25b873574d
|
@ -1,5 +1,10 @@
|
||||||
|
---
|
||||||
version: '3.3'
|
version: '3.3'
|
||||||
|
|
||||||
|
include:
|
||||||
|
- services/bazarr.yml
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:1
|
image: louislam/uptime-kuma:1
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue