Added Prowler: Jellyfin media automation stack
This commit is contained in:
@@ -129,5 +129,22 @@ services:
|
|||||||
- 8920:8920
|
- 8920:8920
|
||||||
restart: unless-stopped
|
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:
|
networks:
|
||||||
gluetun_net:
|
gluetun_net:
|
||||||
|
|||||||
Reference in New Issue
Block a user