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

75 lines
2.6 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: 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:
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媒体目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main: plex
author: CasaOS Team
category: Media
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