coolify/templates/compose/prowlarr.yaml

24 lines
736 B
YAML
Raw Normal View History

2024-12-02 18:23:55 +00:00
# documentation: https://hub.docker.com/r/linuxserver/prowlarr
# slogan: Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps.
# 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:
- 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