2024-12-02 18:23:55 +00:00
|
|
|
|
# documentation: https://hub.docker.com/r/linuxserver/prowlarr
|
2024-12-12 10:06:19 +00:00
|
|
|
|
# slogan: Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps.
|
2025-08-17 16:23:57 +00:00
|
|
|
|
# category: media
|
2024-12-02 18:23:55 +00:00
|
|
|
|
# tags: media, server, movies, tv, indexer, torrent, nzb, usenet
|
|
|
|
|
|
# logo: svgs/prowlarr.svg
|
|
|
|
|
|
# port: 9696
|
|
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
prowlarr:
|
|
|
|
|
|
image: lscr.io/linuxserver/prowlarr:latest
|
|
|
|
|
|
environment:
|
2025-08-10 08:10:22 +00:00
|
|
|
|
- SERVICE_URL_PROWLARR_9696
|
|
|
|
|
|
- _APP_URL=$SERVICE_URL_PROWLARR
|
2024-12-02 18:23:55 +00:00
|
|
|
|
- PUID=1000
|
|
|
|
|
|
- PGID=1000
|
|
|
|
|
|
- TZ=${TZ:-America/Toronto}
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
- prowlarr-config:/config
|
|
|
|
|
|
healthcheck:
|
|
|
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:9696/ping"]
|
|
|
|
|
|
interval: 2s
|
|
|
|
|
|
timeout: 10s
|
|
|
|
|
|
retries: 15
|