构建期货数据采集与三层打分系统

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-05-02 22:56:10 +08:00
parent e55aa8603b
commit c466dbbf3f
12 changed files with 681 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
tushare:
build: ./tushare
env_file: ./tushare/.env
environment:
- DB_PATH=/app/data/futures.db
volumes:
- ./data:/app/data
command: ["python", "-m", "src.main", "FG2609.ZCE"]