teaching-bot / README.md
deploy
Backend Space: build-time clone of private source (no source in repo)
bb0af02
|
Raw
History Blame Contribute Delete
461 Bytes
---
title: Teaching Bot API
emoji: πŸ“š
colorFrom: indigo
colorTo: pink
sdk: docker
app_port: 7860
pinned: false
---
# Teaching-Bot β€” backend (API + worker)
FastAPI API + Arq worker in one always-on container. The application source is
**not** stored here β€” it is cloned from a private repository at build time via a
build secret (`GH_TOKEN`). Postgres on Supabase, Redis on Upstash. Runtime config
comes from Space **secrets**. Frontend lives on Vercel.