Merge pull request 'dev' (#83) from dev into main

Reviewed-on: #83
This commit was merged in pull request #83.
This commit is contained in:
2026-06-11 12:15:49 +00:00
2 changed files with 3 additions and 10 deletions
+3 -3
View File
@@ -60,7 +60,7 @@
"IMAGE": "qdrant/qdrant:latest", "IMAGE": "qdrant/qdrant:latest",
"UPDATE": "true", "UPDATE": "true",
"NAME": "openwebui-qdrant", "NAME": "openwebui-qdrant",
"MEMORY": "256M", "MEMORY": "1024M",
"NETWORK": "openwebui-net", "NETWORK": "openwebui-net",
"SELECTOR": "openwebui-qdrant", "SELECTOR": "openwebui-qdrant",
"VOLUMES": [ "VOLUMES": [
@@ -93,7 +93,7 @@
"IMAGE": "ghcr.io/open-webui/pipelines:main", "IMAGE": "ghcr.io/open-webui/pipelines:main",
"UPDATE": "true", "UPDATE": "true",
"NAME": "openwebui-pipelines", "NAME": "openwebui-pipelines",
"MEMORY": "256M", "MEMORY": "1024M",
"NETWORK": "openwebui-net", "NETWORK": "openwebui-net",
"SELECTOR": "openwebui-pipelines", "SELECTOR": "openwebui-pipelines",
"VOLUMES": [ "VOLUMES": [
@@ -138,7 +138,7 @@
"IMAGE": "ghcr.io/open-webui/open-webui:main", "IMAGE": "ghcr.io/open-webui/open-webui:main",
"UPDATE": "true", "UPDATE": "true",
"NAME": "openwebuiapp", "NAME": "openwebuiapp",
"MEMORY": "512M", "MEMORY": "4096M",
"NETWORK": "openwebui-net", "NETWORK": "openwebui-net",
"SELECTOR": "openwebui-app", "SELECTOR": "openwebui-app",
"VOLUMES": [ "VOLUMES": [
-7
View File
@@ -26,13 +26,6 @@
"required": "true", "required": "true",
"type": "password" "type": "password"
}, },
{
"description": "Admin email",
"key": "WEBUI_ADMIN_EMAIL",
"value": "",
"info": "The initial admin email for Open WebUI.",
"required": "true"
},
{ {
"description": "OpenAI compatible API endpoint", "description": "OpenAI compatible API endpoint",
"key": "OPENAI_API_BASE_URL", "key": "OPENAI_API_BASE_URL",