version: "2.3" services: jellyfin: image: jellyfin/jellyfin:latest container_name: ${CONTAINER_NAME} network_mode: host # Enable DLNA and Wake-on-Lan user: 1000:1000 environment: - JELLYFIN_PublishedServerUrl=https://cine.algometic.com volumes: - ${PROGRAM_DATA}:/config # Configuration directory - ${CACHE}:/cache - ${LOG}:/log - ${MOVIES_ROOT}:/media # Media directory - ${TV_ROOT}:/media3 # Media directory devices: - /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes restart: "no"