thedocks/jellyfin/docker-compose.yml

25 lines
876 B
YAML
Raw Normal View History

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
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-03-21 22:48:54 +00:00
#environment:
# - JELLYFIN_PublishedServerUrl=http://example.com
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