Files
docker-compose-cookbooks/sonarr_dev/sample.env
T
nick bd1fa2ab25 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
2026-07-02 21:33:17 -07:00

5 lines
89 B
Bash

# Sonarr
VOL_PATH=/data
SONARR_IMAGE=ghcr.io/hotio/sonarr:release
TZ="America/Vancouver"