Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,17 @@
services:
jellyfin:
image: ghcr.io/jellyfin/jellyfin:10.10.7
container_name: jellyfin
user: ${UID}:${GID}
deploy:
resources:
limits:
memory: ${MEMORY_LIMIT}
volumes:
- ${APPDATA_PATH}/jellyfin/config:/config
- ${APPDATA_PATH}/jellyfin/cache:/cache
- ${MEDIA_PATH}:/media
- /etc/localtime:/etc/localtime:ro
ports:
- ${PORT}:8096
restart: unless-stopped