diff --git a/community-containers/local-ai-vulkan/local-ai-vulkan.json b/community-containers/local-ai-vulkan/local-ai-vulkan.json index be224a25..3e5da0c9 100644 --- a/community-containers/local-ai-vulkan/local-ai-vulkan.json +++ b/community-containers/local-ai-vulkan/local-ai-vulkan.json @@ -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 @@ ] } ] -} \ No newline at end of file +}