Infraestructura
One-Click Deployment
Docker Compose orquesta todos los servicios en una red aislada internal_brain_net. Optimizado para correr con 1 CPU / 2GB RAM.
agentshield
FastAPI + GranianPort 8000
open-webui
Frontend ChatPort 3000
redis
Cache + WALPort 6379
postgres
Data + VectorPort 5432
Terminal Commands
# Levantar el stack completo (Brain + Chat + DB)
$ docker-compose -f deploy/docker-compose.yml up -d
# Verificar salud del cerebro
$ curl http://localhost:8000/health
{"status": "ok", "models_loaded": true}
# Ver logs en tiempo real
$ docker-compose logs -f agentshield
bash