feat: add readarr, whisparr, and bazarr stacks

- Add readarr_dev (eBook/audiobook collection manager, port 8787)
- Add whisparr_dev (adult content manager, port 6969)
- Add bazarr_dev (subtitle management companion, port 6767)
- Bazarr uses a shared /media volume for writing subtitles
- All stacks follow template conventions (defaults, proxy network,
  VOL_PATH=/data, README section order)
This commit is contained in:
2026-07-02 21:37:11 -07:00
parent bd1fa2ab25
commit 1d0ee19a68
9 changed files with 307 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Bazarr
VOL_PATH=/data
BAZARR_IMAGE=ghcr.io/hotio/bazarr:release
TZ="America/Vancouver"