2022-03-20 13:14:27 +00:00
|
|
|
version: "3.5"
|
|
|
|
services:
|
|
|
|
jellyfin:
|
|
|
|
image: jellyfin/jellyfin
|
|
|
|
container_name: jellyfin
|
2022-03-21 22:48:54 +00:00
|
|
|
user: 1000:100
|
2023-04-25 18:41:11 +01:00
|
|
|
# https://github.com/jellyfin-archive/jellyfin-docs/blob/master/general/administration/hardware-acceleration.md#hardware-acceleration-on-docker-linux
|
2022-04-12 20:04:59 +01:00
|
|
|
group_add:
|
|
|
|
- 107
|
2022-03-20 13:14:27 +00:00
|
|
|
network_mode: "host"
|
|
|
|
volumes:
|
|
|
|
- ./config:/config
|
|
|
|
- ./cache:/cache
|
2022-03-22 10:29:26 +00:00
|
|
|
- /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/music:/music
|
|
|
|
- /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/PicasaStarter/pictures/Pictures:/photos
|
2022-04-25 12:44:29 +01:00
|
|
|
- /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/entertain:/entertain
|
|
|
|
|
2022-03-20 13:14:27 +00:00
|
|
|
restart: "unless-stopped"
|
|
|
|
# Optional - alternative address used for autodiscovery
|
2022-05-27 21:45:05 +01:00
|
|
|
environment:
|
|
|
|
- JELLYFIN_PublishedServerUrl=https://jellyfin.orlop.duckdns.org
|
2022-04-25 12:44:29 +01:00
|
|
|
#devices:
|
2022-04-12 19:50:45 +01:00
|
|
|
# VAAPI Devices (for omv :Intel NUC Board D54250WYK)
|
2022-04-25 12:44:29 +01:00
|
|
|
# - /dev/dri/renderD128:/dev/dri/renderD128
|
|
|
|
# - /dev/dri/card0:/dev/dri/card0
|