Update local-ai-vulkan.json

Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Jean-Yves 2025-07-06 12:11:14 +02:00 committed by GitHub
parent 8d013cfbb2
commit bb40abf28a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,14 @@
"internal_port": "8080",
"restart": "unless-stopped",
"environment": [
"TZ=%TIMEZONE%",
"MODELS_PATH=/models"
"TZ=%TIMEZONE%"
],
"ports": [
{
"ip_binding": "%APACHE_IP_BINDING%",
"port_number": "10078",
"protocol": "tcp"
}
],
"volumes": [
{
@ -19,11 +25,14 @@
"writeable": true
},
{
"source": "nextcloud_aio_localai_vulkan_images",
"destination": "/tmp/generated/images/",
"source": "nextcloud_aio_localai_vulkan_backends",
"destination": "/backends",
"writeable": true
}
],
"secrets": [
"$LOCAL_AI_PASS"
],
"devices": [
"/dev/dri"
],
@ -36,4 +45,4 @@
]
}
]
}
}