Add compose file for Bazarr
This commit is contained in:
parent
791263352c
commit
bd5b3458b9
@ -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
17
bazarr.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user