Jellyfin container and GPU encoding - docker-compose details

This page summarizes the projects mentioned and recommended in the original post on /r/jellyfin

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Jellyfin

    The Free Software Media System

    This post gets me kind of close, but being a linux noob, I'd like to ask for clarification on a few things.

  • Docker Compose

    Define and run multi-container applications with Docker

    version: "2" # We need v2 because of https://github.com/docker/compose/issues/3328 services: jellyfin: image: jellyfin/jellyfin container_name: jellyfin hostname: jellyfin user: "113:65534" # 113 is the id of the 'jellyfin' user on my host, 65534 is 'nogroup' group_add: - "109" # 109 is the id of the 'render' group on my host network_mode: host ports: - 8096:8096/tcp restart: unless-stopped devices: - /dev/dri/renderD128:/dev/dri/renderD128 - /dev/dri/card0:/dev/dri/card0 volumes: - ./config:/config - ./cache:/cache - /path/to/media:/media

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts