This commit is contained in:
2026-03-20 13:20:58 +01:00
commit 2af73b780b
27 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
ai_at_home_install_dir: /home/youruser/Projekte/ai_at_home
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"] }}