mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
radarr_dev: mount shared media library instead of VOL_PATH data dir
Matches bazarr_dev's BAZARR_MEDIA pattern so Radarr, Bazarr, and other *arr apps point at the same shared media library rather than a per-app data folder under VOL_PATH. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
restart: ${RADARR_RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- ${VOL_PATH:-/data}/radarr/config:/config
|
||||
- ${VOL_PATH:-/data}/radarr/data:/data
|
||||
- ${RADARR_MEDIA:-/data/media}:/media
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user