Initial Jellyfin media server deployment

This commit is contained in:
2026-04-11 11:12:01 -04:00
commit bd12fd2b54
3 changed files with 48 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
jellyfin:
image: ${IMAGE:-docker.io/jellyfin/jellyfin}:${VERSION:?}
container_name: ${NAME:-jellyfin}
ports:
- ${ENDPOINT:-127.0.0.1:8096}:8096
volumes:
- ${CONFIG:?}:/config:Z
- ${CACHE:?}:/cache:Z
- ${MEDIA:?}:/media:ro,Z