97ea17c0c1a7b8c61db449003eb5370c470d99a8
025_module_toggles pointed to '024_bot_trades_released_at' but 024's revision ID is just '024'. 026 pointed to '025' but 025's ID is '025_module_toggles'. Both breaks caused 'alembic upgrade head' to fail with KeyError on any fresh Postgres install — a launch blocker. 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%