CasaOS-Store/Apps/Prowlarr/docker-compose.yml

65 lines
2.6 KiB
YAML

name: prowlarr
services:
prowlarr:
environment:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/prowlarr:0.4.5-nightly
mem_reservation: "67108864"
network_mode: bridge
ports:
- target: 9696
published: "9696"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/prowlarr/config
target: /config
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- configurable: "no"
container: PUID
description:
en_US: ""
- configurable: "no"
container: PGID
description:
en_US: ""
- configurable: "no"
container: TZ
description:
en_US: ""
port_map: "9696"
ports:
- configurable: "no"
container: "9696"
description:
en_US: ""
protocol: tcp
shell: sh
volumes:
- configurable: "no"
container: /config
description:
en_US: ""
description:
en_US: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
developer: Prowlarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-2.png
tagline:
en_US: Integration of various PVR applications
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/thumbnail.png
tips: {}
title:
en_US: Prowlarr
x-casaos:
main_app: prowlarr