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

81 lines
3.1 KiB
YAML

name: readarr
services:
readarr:
environment:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/readarr:0.1.1-nightly
mem_reservation: "67108864"
network_mode: bridge
ports:
- target: 8787
published: "8787"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/readarr/config
target: /config
- type: bind
source: /path/to/books
target: /books
- type: bind
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Media
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: "8787"
ports:
- configurable: "no"
container: "8787"
description:
en_US: ""
protocol: tcp
shell: sh
volumes:
- configurable: "no"
container: /config
description:
en_US: ""
- configurable: "no"
container: /books
description:
en_US: ""
- configurable: "no"
container: /downloads
description:
en_US: ""
description:
en_US: Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.
developer: Readarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-4.png
tagline:
en_US: 'Ebook and audiobook collection manager for Usenet and BitTorrent users. '
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
tips: {}
title:
en_US: Readarr
x-casaos:
main_app: readarr