2223b190f6
infra: Dockerfile (backend from monorepo root) + DigitalOcean App Platform spec with health check and secret env vars. database: MongoDB Atlas + Voyage vector-memory schema and the continual-learning loop notes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
553 B
553 B
infra
Deploy targets for PodMan (DigitalOcean prize track).
Dockerfile— builds the backend agent from the monorepo root.app.yaml— DigitalOcean App Platform spec (auto-deploy on push tomain).
Local container
docker build -f infra/Dockerfile -t podman-backend .
docker run --env-file .env -p 8787:8787 podman-backend
DigitalOcean
doctl apps create --spec infra/app.yaml
Set the SECRET env vars (LiveKit, Gemini, GitHub, Atlas, Voyage) in the DO
dashboard or via doctl after the app is created.