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

95 lines
2.8 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: emby
services:
emby:
devices:
- /dev/dri:/dev/dri
- /dev/vchiq:/dev/vchiq
- /dev/video10:/dev/video10
- /dev/video11:/dev/video11
- /dev/video12:/dev/video12
environment:
PGID: "1000"
PUID: "1000"
TZ: $TZ
image: linuxserver/emby:4.6.7
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 8096
published: "8096"
protocol: tcp
- target: 8920
published: "8920"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/config
target: /config
- type: bind
source: /DATA/Media/TV Shows
target: /data/tvshows
- type: bind
source: /DATA/Media/Movies
target: /data/movies
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
index: /
port_map: "8096"
ports:
- container: "8096"
description:
en_US: ""
- container: "8920"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /data/tvshows
description:
en_US: ""
- container: /data/movies
description:
en_US: ""
description:
en_US: Bringing all of your home videos, music, and photos together into one place has never been easier. Your personal Emby Server automatically converts and streams your media on-the-fly to play on any device.
zh_CN: 将所有的家庭视频音乐和照片集中在一个地方从未如此简单。您的个人Emby服务器会自动转换和流媒体以便在任何设备上播放。
developer: linuxserver
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-3.png
tagline:
en_US: TAKE YOUR MEDIA ANYWHERE WITH EMBY
zh_CN: 用EMBY随时随地带着媒体
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/thumbnail.png
tips: {}
title:
en_US: Emby
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: emby