ADD: 公告

This commit is contained in:
兰志宏
2025-03-03 18:28:11 +08:00
parent cc86523b6a
commit c967531e95
6 changed files with 40 additions and 14 deletions

View File

@@ -4,9 +4,11 @@ services:
stock-analyzer:
build: .
ports:
- "50684:8080"
- "8888:8888"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}
- API_KEY=${API_KEY}
- API_URL=${API_URL}
- API_MODEL=${API_MODEL}
volumes:
- .:/app
restart: unless-stopped