mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-10 18:57:49 +08:00
feat:更新jellyfin和emby的device设置
This commit is contained in:
parent
9bdfd0bf0e
commit
5403872b76
@ -17,7 +17,10 @@ services:
|
||||
- GID=100
|
||||
- GIDLIST=100
|
||||
#runtime: nvidia # Expose NVIDIA GPUs
|
||||
image: emby/embyserver_arm32v7:latest
|
||||
#runtime: nvidia # Expose NVIDIA GPUs
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
|
||||
@ -17,6 +17,9 @@ services:
|
||||
- GID=100
|
||||
- GIDLIST=100
|
||||
#runtime: nvidia # Expose NVIDIA GPUs
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: emby/embyserver_arm64v8:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
@ -17,6 +17,9 @@ services:
|
||||
- GID=100
|
||||
- GIDLIST=100
|
||||
#runtime: nvidia # Expose NVIDIA GPUs
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: emby/embyserver:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
@ -11,6 +11,9 @@ services:
|
||||
- "./data/config:/config"
|
||||
- "${CACHE_FOLDER_PATH}:/cache"
|
||||
- "${MEDIA_FOLDER_PATH}:/media/media"
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: "jellyfin/jellyfin:10.8.10"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
@ -11,6 +11,9 @@ services:
|
||||
- "./data/config:/config"
|
||||
- "${CACHE_FOLDER_PATH}:/cache"
|
||||
- "${MEDIA_FOLDER_PATH}:/media/media"
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: "jellyfin/jellyfin:latest"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
@ -11,6 +11,9 @@ services:
|
||||
- "./data/config:/config"
|
||||
- "${CACHE_FOLDER_PATH}:/cache"
|
||||
- "${MEDIA_FOLDER_PATH}:/media/media"
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: "nyanmisaka/jellyfin:latest"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
@ -11,6 +11,9 @@ services:
|
||||
- "./data/config:/config"
|
||||
- "${CACHE_FOLDER_PATH}:/cache"
|
||||
- "${MEDIA_FOLDER_PATH}:/media/media"
|
||||
devices:
|
||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||
image: "jellyfin/jellyfin:unstable"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user