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

88 lines
2.5 KiB
YAML
Raw Normal View History

name: readarr
services:
readarr:
environment:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/readarr:0.1.1-nightly
deploy:
resources:
reservations:
memory: 64M
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:
-
container: PUID
description:
en_US: ""
-
container: PGID
description:
en_US: ""
-
container: TZ
description:
en_US: ""
port_map: "8787"
ports:
-
container: "8787"
description:
en_US: ""
volumes:
-
container: /config
description:
en_US: ""
-
container: /books
description:
en_US: ""
-
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:
architectures:
- amd64
- arm
- arm64
main_app: readarr