41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-jellyfin",
|
|
"display_name": "Jellyfin",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/jellyfin",
|
|
"image": "jellyfin/jellyfin",
|
|
"image_tag": "latest",
|
|
"internal_port": "host",
|
|
"restart": "unless-stopped",
|
|
"environment": [
|
|
"TZ=%TIMEZONE%"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_jellyfin",
|
|
"destination": "/config",
|
|
"writeable": true
|
|
},
|
|
{
|
|
"source": "%NEXTCLOUD_DATADIR%",
|
|
"destination": "/media",
|
|
"writeable": false
|
|
},
|
|
{
|
|
"source": "%NEXTCLOUD_MOUNT%",
|
|
"destination": "%NEXTCLOUD_MOUNT%",
|
|
"writeable": true
|
|
}
|
|
],
|
|
"devices": [
|
|
"/dev/dri"
|
|
],
|
|
"enable_nvidia_gpu": true,
|
|
"backup_volumes": [
|
|
"nextcloud_aio_jellyfin"
|
|
]
|
|
}
|
|
]
|
|
}
|