Installation
BazarrReadarr can be installed by following the Portainer guide for creating a new stack. Learn about configuring a Docker stacks and then use the following Docker Compose code to run this app:
---
services:
bazarr:readarr:
image: lscr.io/linuxserver/bazarr:readarr:latest
container_name: readarr
network_mode: bridge
container_name: bazarr
environment:
- PUID=1000
- PGID=1000
- TZ=America/Vancouver
volumes:
# Persistent Data
- /srv/bazarr/readarr/:/config
# Media Folders
- /mnt/movies:books:/mmt/moviesmnt/book
# Download Folders
- /mnt/television:media/data/Enclave:/mnt/televisionmedia/data/Enclave
ports:
- 6767:67678787:8787
restart: unless-stopped