Archiving unused

This commit is contained in:
2025-07-03 23:42:20 +05:30
parent 0d78e3b99d
commit 88aaa2039a
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
jellyfin:
image: 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