Add compose file for Bazarr

This commit is contained in:
moshferatu 2024-04-11 13:42:48 -07:00
parent 791263352c
commit bd5b3458b9
2 changed files with 18 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Each service has its own YAML file which defines the configuration for that serv
## Services
- [Backtest Automation](./backtest-automation.yaml)
- [Bazarr](./bazarr.yaml)
- [Caddy](./caddy.yaml)
- [Cloudflare Tunnel](./cloudflare-tunnel.yaml)
- [Download SPX Quotes](./download-spx-quotes.yaml)

17
bazarr.yaml Normal file
View File

@ -0,0 +1,17 @@
version: "3"
services:
bazarr:
image: lscr.io/linuxserver/bazarr:latest
container_name: bazarr
volumes:
- <docker directory>/bazarr/config:/config
- <media directory>/Movies:/movies
- <media directory>/TV:/tv
networks:
- usenet
ports:
- 6767:6767
restart: unless-stopped
networks:
usenet:
external: true