Added Prowler: Jellyfin media automation stack

This commit is contained in:
2026-04-26 07:26:08 +00:00
parent b1cc215360
commit 39ed1aa98b

View File

@@ -129,5 +129,22 @@ services:
- 8920:8920
restart: unless-stopped
# ─── Indexer Management ───────────────────────
prowlarr:
image: linuxserver/prowlarr
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ:-America/Los_Angeles}
volumes:
- ./config/prowlarr:/config
ports:
- 9696:9696
networks:
- default
- gluetun_net
restart: unless-stopped
networks:
gluetun_net: