构建期货数据采集与三层打分系统
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal 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"]
|
||||
Reference in New Issue
Block a user