19 lines
505 B
Bash
19 lines
505 B
Bash
TYPE=bazarr
|
|
|
|
DOMAIN=bazarr.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.bazarr.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
# Mapping of filesystem path in the host where media is stored.
|
|
# This lets you access media from the host system the same way is
|
|
# done in the Jellyfin recipe.
|
|
# EXTRA_VOLUME=/mnt/media:/media
|
|
|
|
# Sonarr/Radarr Integration (use with compose.media_volumes.yml)
|
|
# Uncomment these when using the media volumes overlay
|
|
# movies_volume=radarr_media
|
|
# shows_volume=sonarr_media
|