feat: add lidarr_dev stack, rewrite prowlarr_dev, align template conventions

- Add lidarr_dev stack with compose.yaml, sample.env, and README
- Rewrite prowlarr_dev to match template conventions (compose.yaml,
  defaults on all vars, proxy network, README sections)
- Set default VOL_PATH to /data (absolute, never ./data)
- Reorder README sections: Overview → Project Details → Getting
  Started → Env Vars → Volume Notes → Network Notes → Docker Run
- Update template-readme.md and AGENTS.md with new conventions
This commit is contained in:
2026-07-02 21:23:02 -07:00
parent d3b7ac59fd
commit a2351a266d
9 changed files with 141 additions and 75 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Lidarr
VOL_PATH=./data
VOL_PATH=/data
LIDARR_IMAGE=ghcr.io/hotio/lidarr:release
TZ="America/Vancouver"