refactor: rewrite sonarr_dev to match template conventions

- Rename docker-compose.yml to compose.yaml
- Add defaults, restart policy, and proxy network
- Fix VOL_PATH to use base /data pattern
- Rewrite README with new section order and Getting Started guide
- Assume qBittorrent download client, Prowlarr indexer sync
This commit is contained in:
2026-07-02 21:33:17 -07:00
parent d2b67fcc76
commit bd1fa2ab25
4 changed files with 98 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Sonarr
VOL_PATH=./data/sonarr/config
VOL_PATH=/data
SONARR_IMAGE=ghcr.io/hotio/sonarr:release
TZ="America/Vancouver"