mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
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:
@@ -3,8 +3,8 @@ services:
|
||||
image: ${LIDARR_IMAGE:-ghcr.io/hotio/lidarr:release}
|
||||
restart: ${LIDARR_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/lidarr/config:/config
|
||||
- ${VOL_PATH:-./data}/lidarr/data:/data
|
||||
- ${VOL_PATH:-/data}/lidarr/config:/config
|
||||
- ${VOL_PATH:-/data}/lidarr/data:/data
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user