Switch disk allocations: OpenWebUI to 50GB, Ollama to 40GB

Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-14 20:26:57 +00:00
parent 2f13b4dbc8
commit f3f36f2253
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 50,
"hdd": 40,
"os": "Ubuntu",
"version": "24.04"
}
+1 -1
View File
@@ -21,7 +21,7 @@
"resources": {
"cpu": 4,
"ram": 8192,
"hdd": 40,
"hdd": 50,
"os": "debian",
"version": "13"
}