added_ai_proxy

This commit is contained in:
lusixing
2026-01-26 15:57:52 -08:00
parent 22117cf9e8
commit e3fa788318
5 changed files with 150 additions and 2 deletions

View File

@@ -24,5 +24,6 @@ services:
- "5678:5678" # 暴露调试端口
environment:
- DATABASE_URL=postgresql+asyncpg://user:password@db:5432/fastapi_db
- GEMINI_API_KEY=key_here
depends_on:
- db