9 lines
353 B
YAML
9 lines
353 B
YAML
---
|
|
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"] }}
|