Initialisiere SillyHome Next Analyseprojekt

This commit is contained in:
2026-06-10 07:18:14 +02:00
commit 9affaac82f
11 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# ADR-004: Deploymentmodell
## Status
Angenommen
## Kontext
Das System soll einfach installierbar sein, lokal laufen und wartbar bleiben.
## Entscheidung
- Docker Compose für Core-Services.
- HA Addon-Rezepte und Lua-Skripte als optionale Integrationshilfe.
- Kubernetes-Support bleibt möglich, aber optional.
## Konsequenzen
- Schneller Einstieg in bestehende HA-Umgebungen.
- Flexibilität für künftige Betriebsgrößen.