76 lines
2.8 KiB
YAML
76 lines
2.8 KiB
YAML
name: plex
|
||
services:
|
||
plex:
|
||
devices:
|
||
- /dev/dri:/dev/dri
|
||
- /dev/dvb:/dev/dvb
|
||
environment:
|
||
PGID: $PGID
|
||
PUID: $PUID
|
||
VERSION: docker
|
||
image: linuxserver/plex:1.31.1
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: "256M"
|
||
network_mode: host
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/AppData/$AppID/config
|
||
target: /config
|
||
- type: bind
|
||
source: /DATA/Media
|
||
target: /Media
|
||
x-casaos:
|
||
author: CasaOS Team
|
||
category: Media
|
||
container:
|
||
envs:
|
||
- container: PUID
|
||
description:
|
||
en_US: Run Plex as specified uid.
|
||
zh_CN: 以指定的uid运行Plex
|
||
- container: PGID
|
||
description:
|
||
en_US: Run Plex as specified gid.
|
||
zh_CN: 以指定的gid运行Plex
|
||
- container: VERSION
|
||
description:
|
||
en_US: Let Docker handle the Plex Version
|
||
zh_CN: 让Docker处理Plex版本
|
||
index: /web/index.html
|
||
port_map: "32400"
|
||
|
||
volumes:
|
||
- container: /config
|
||
description:
|
||
en_US: Plex config directory.
|
||
zh_CN: Plex配置目录
|
||
- container: /Media
|
||
description:
|
||
en_US: Plex Media directory.
|
||
zh_CN: Plex媒体目录
|
||
description:
|
||
en_US: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.
|
||
zh_CN: Plex整理个人媒体库中的视频,音乐和照片,并将其流式传输到智能电视,流媒体盒子和移动设备。此容器打包为独立的Plex Media Server。一直以来,Plex的顶级优先级一直是简单的设计和批量操作,这意味着更快地完成任务。
|
||
developer: Plex
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-1.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-2.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-3.png
|
||
tagline:
|
||
en_US: The home for all your entertainment.
|
||
zh_CN: 为您的娱乐提供家庭。
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/thumbnail.png
|
||
tips: {}
|
||
title:
|
||
en_US: Plex
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm
|
||
- arm64
|
||
main_app: plex
|