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

90 lines
3.2 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: couchpotato
services:
couchpotato:
environment:
PGID: "1000"
PUID: "1000"
TZ: $TZ
image: linuxserver/couchpotato:version-7260c12f
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 5050
published: "5050"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/config
target: /config
- type: bind
source: /DATA/Media/Movies
target: /movies
- type: bind
source: /DATA/Downloads
target: /downloads
x-casaos:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run CouchPotato as specified uid.
zh_CN: 以指定的uid运行CouchPotato
- container: PGID
description:
en_US: Run CouchPotato as specified gid.
zh_CN: 以指定的gid运行CouchPotato
index: /
port_map: "5050"
ports:
- container: "5050"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
volumes:
- container: /config
description:
en_US: CouchPotato config directory.
zh_CN: CouchPotato配置目录
- container: /movies
description:
en_US: CouchPotato movies directory.
zh_CN: CouchPotato电影目录
- container: /downloads
description:
en_US: CouchPotato downloads directory.
zh_CN: CouchPotato下载目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main: couchpotato
author: CasaOS Team
category: Media
description:
en_US: Awesome PVR for usenet and torrents. Just fill in what you want to see and CouchPotato will add it to your want to watch-list. Every day it will search through multiple sources, looking for the best possible match. If available, it will send it using your favorite download software.
zh_CN: 用于usenet和torrent的优秀PVR。只需填写您想要看到的内容CouchPotato就会将其添加到您的想要观看的列表中。每天它都会通过多个源进行搜索寻找最佳匹配。如果可用它将使用您最喜欢的下载软件发送它。
developer: CouchPotato
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-5.jpg
tagline:
en_US: Automatically find movies you want to watch
zh_CN: 自动查找您想要观看的电影
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/thumbnail.jpg
tips: {}
title:
en_US: CouchPotato