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

68 lines
2.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: prowlarr
services:
prowlarr:
environment:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/prowlarr:0.4.5-nightly
deploy:
resources:
reservations:
memory: 64M
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:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "9696"
ports:
- container: "9696"
description:
en_US: ""
volumes:
- 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).
zh_CN: Prowlarr是一个索引器管理器/代理,建立在流行的*arr .net / reactjs基础堆栈上用于与各种PVR应用程序集成。 Prowlarr支持管理Torrent Trackers和Usenet Indexers。它与LidarrMylar3RadarrReadarr和Sonarr无缝集成提供完整的索引器管理无需每个应用程序索引器设置即可完成我们全部都做到了
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
zh_CN: 各种PVR应用程序的集成
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/thumbnail.png
tips: {}
title:
en_US: Prowlarr
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: prowlarr