added prowlarr

This commit is contained in:
2025-09-03 13:21:19 -07:00
parent c4159be969
commit 722029112a
3 changed files with 24 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
prowlarr:
image: ${PROWLARR_IMAGE}
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=${TZ}
volumes:
- "${VOL_CONFIG_PATH:-./data/prowlarr/config}:/config"
ports:
- 9696:9696