added sonarr

This commit is contained in:
2025-09-03 13:36:04 -07:00
parent 722029112a
commit db7f6a9213
3 changed files with 24 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
sonarr:
image: ${SONARR_IMAGE}
ports:
- "8989:8989"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=${TZ}
volumes:
- ${VOL_PATH}/sonarr/config:/config
- ${VOL_PATH}/sonarr/data:/data