genten anpassungen

This commit is contained in:
Christoph K.
2026-03-24 08:05:24 +01:00
parent ee7b4cc74f
commit aa2a2d99ba
10 changed files with 122 additions and 86 deletions

View File

@@ -208,13 +208,13 @@ Discord-Token wird separat in `main()` geprüft.
```
Entwickler-PC (WSL2)
│ bash deploy.sh
sshpass + scp
1. CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build (lokal)
│ 2. sshpass + scp (Binary + Dockerfile + docker-compose.yml + config.yml)
│ 3. docker compose up -d --build (remote)
Home-Server (192.168.1.118)
├── systemd: brain-bot.service
ExecStart: /home/christoph/brain-bot/brain-bot
│ WorkingDirectory: /home/christoph/brain-bot/
│ (config.yml liegt hier)
├── Docker: brain-bot Container (alpine:3.21 + Binary)
Volumes: config.yml, tasks.json, brain_data/
├── LocalAI (Port 8080) — Embeddings + Chat
└── Qdrant (auf 192.168.1.4, Port 6334) — Vektordatenbank