Motor
Container
| Container | Funktion |
|---|---|
| hxki-motor-worker | Autoindexer — Dokumenten-Indexierung |
| hxki-motor-chroma | ChromaDB — Vektor-Datenbank |
| hxki-n8n | n8n — Workflow-Automatisierung |
| hxki-postgres | PostgreSQL — Datenhaltung |
| hxki-syncthing | Syncthing — Cluster-Synchronisation |
| hxki-nats-hel | NATS — Message Broker |
Volumes
| Volume | Typ | Inhalt |
|---|---|---|
| autoindexer_chroma_data | Docker Volume | ChromaDB Vektor-Index |
| hxki_workspace_n8n_data | Docker Volume | n8n Workflows |
| /opt/hx-ki/db | Bind Mount | PostgreSQL Daten |
Netzwerk
hxki-internal (Docker Bridge)
Deploy
```bash tar -xzf hxki-motor-repro-VERSION.tar.gz bash install/deploy_motor.sh ```