Add jellyfin

This commit is contained in:
2025-06-22 21:40:02 +05:30
parent 68e8abae87
commit 8ac04f109c

View File

@@ -0,0 +1,13 @@
services:
jellyfin:
image: jellyfin/jellyfin:10.10.7
container_name: jellyfin
user: ${UID}:${GID}
environment:
- JELLYFIN_PublishedServerUrl=${JELLYFIN_PublishedServerUrl}
volumes:
- ${APPDATA_PATH}/jellyfin/config:/config
- ${APPDATA_PATH}/jellyfin/cache:/cache
- ${MEDIA_PATH}:/media
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped