06d367f0731cd9d5c1bca5a1bc206916e14e94ca
Covers: env vars (what each one does and how to generate secrets), alembic upgrade, preflight check, launch_seed --seed-only warmup, start service, launch_smoke 14-check, BotFather /setcommands (exact paste-ready list), paper mode test checklist, UptimeRobot monitoring setup, and a quick-reference fault-finding table. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 填 backend .env(生产值):
POSTGRES_PASSWORD=强密码 FRONTEND_URL=https://你的前端域名 ENCRYPTION_KEY=之前生成的那个 AI_API_KEY=sk-... ENVIRONMENT=production 2. 改前端 .env.local:
NEXT_PUBLIC_API_URL=https://api.你的域名.com NEXT_PUBLIC_WS_URL=wss://api.你的域名.com 启动:
cd backend docker compose up -d
Description
Languages
Python
99.6%
Shell
0.3%
Dockerfile
0.1%