88 lines
3.0 KiB
YAML
88 lines
3.0 KiB
YAML
name: sonarr
|
||
services:
|
||
sonarr:
|
||
environment:
|
||
PGID: $PGID
|
||
PUID: $PUID
|
||
TZ: $TZ
|
||
image: linuxserver/sonarr:3.0.10
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: "256M"
|
||
network_mode: bridge
|
||
ports:
|
||
- target: 8989
|
||
published: "8989"
|
||
protocol: tcp
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/AppData/$AppID/config
|
||
target: /config
|
||
- type: bind
|
||
source: /DATA/Media/TV Shows
|
||
target: /tv
|
||
- type: bind
|
||
source: /DATA/Downloads
|
||
target: /downloads
|
||
x-casaos:
|
||
envs:
|
||
- container: TZ
|
||
description:
|
||
en_us: TimeZone
|
||
zh_cn: 时区
|
||
- container: PUID
|
||
description:
|
||
en_us: Run Sonarr as specified uid.
|
||
zh_cn: 以指定的uid运行Sonarr
|
||
- container: PGID
|
||
description:
|
||
en_us: Run Sonarr as specified gid.
|
||
zh_cn: 以指定的gid运行Sonarr
|
||
index: /
|
||
port_map: "8989"
|
||
ports:
|
||
- container: "8989"
|
||
description:
|
||
en_us: WebUI HTTP Port
|
||
zh_cn: WebUI HTTP端口
|
||
|
||
volumes:
|
||
- container: /config
|
||
description:
|
||
en_us: Sonarr config directory.
|
||
zh_cn: Sonarr配置目录
|
||
- container: /tv
|
||
description:
|
||
en_us: Sonarr tv directory.
|
||
zh_cn: Sonarr TV目录
|
||
- container: /downloads
|
||
description:
|
||
en_us: Sonarr downloads directory.
|
||
zh_cn: Sonarr下载目录
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm64
|
||
main: sonarr
|
||
author: CasaOS Team
|
||
category: Media
|
||
description:
|
||
en_us: Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
|
||
zh_cn: Sonarr是一个用于Usenet和BitTorrent用户的PVR。它可以监视多个RSS源以获取您最喜欢的节目的新剧集,并且可以抓取,排序和重命名它们。它还可以配置为在出现更好的质量格式时自动升级已下载文件的质量。
|
||
developer: Sonarr
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-1.jpg
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-2.jpg
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-3.jpg
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-4.jpg
|
||
tagline:
|
||
en_us: The PVR for Usenet and BitTorrent users
|
||
zh_cn: 用于Usenet和BitTorrent用户的PVR
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnail.jpg
|
||
tips: {}
|
||
title:
|
||
en_us: Sonarr
|