1981b73f1f9d07d84d95cf0e0f271c608dbdf15d
- Add missing packages: openai, aiosqlite, msgpack, websocket-client, bitarray, ckzg - Pin all versions from working venv (including eth-account 0.13.7, hyperliquid-python-sdk 0.23.0) - Multi-stage Dockerfile: builder with cmake for ckzg compilation, slim runtime image - docker-compose: postgres healthcheck with start_period, auto alembic migration on startup - entrypoint.sh: alembic upgrade head before uvicorn 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%