将 TUSHARE_TOKEN 写死到代码中,移除 .env 引用
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
tushare:
|
||||
build: ./tushare
|
||||
container_name: trade-tushare
|
||||
env_file: ./tushare/.env
|
||||
# token 已写死在代码中,无需 env_file
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://trade:trade@postgres:5432/futures
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user