mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
13 lines
258 B
YAML
13 lines
258 B
YAML
services:
|
|
radarr:
|
|
image: ${RADARR_IMAGE}
|
|
ports:
|
|
- "7878:7878"
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- UMASK=002
|
|
- TZ=${TZ}
|
|
volumes:
|
|
- ${VOL_PATH}/radarr/config:/config
|
|
- ${VOL_PATH}/radarr/data:/data |