Broke a few things, added a few more

This commit is contained in:
2026-03-26 18:15:01 +01:00
parent f3ce5a8880
commit 9b11b5ece9
14 changed files with 189 additions and 2 deletions

View File

@@ -4,5 +4,8 @@ openwebui_install_dir: "{{ ai_at_home_install_dir }}/openwebui"
common_container_labels:
- sablier.enable=true
ollama_container_labels: {{ common_container_labels + ["sablier.group=ai_backends"] }}
openwebui_container_labels: {{ common_container_labels + ["sablier.group=ai_frontends"] }}
ollama_container_env:
OLLAMA_KV_CACHE_TYPE: q8_0
OLLAMA_FLASH_ATTENTION: 1
ollama_container_labels: "{{ common_container_labels + ['sablier.group=ai_backends'] }}"
openwebui_container_labels: "{{ common_container_labels + ['sablier.group=ai_frontends'] }}"