1 Star 0 Fork 74

睿瞳深邃/at_py

forked from 海风/hfpy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
海风 提交于 2020-12-13 16:49 . 更新:docker版本优化
version: "3.7"
services:
hf_py:
image: haifengat/hfpy
container_name: hf_py
restart: always
environment:
- TZ=Asia/Shanghai
- strategy_names="SMACross"
# 当日分钟与实时分钟
- redis_addr="172.19.129.98:16379"
# 分钟数据,没配置zmq时使用
- pg_min=postgresql://postgres:123456@172.19.129.98:25432/postgres
# 策略信号入库使用
- pg_order=postgresql://postgres:12345@172.19.129.98:20032/postgres
volumes:
# 个人策略文件夹
- ./strategies:/hfpy/strategies
# docker build -t haifengat/hfpy:`date '+%m%d'` . && docker push haifengat/hfpy:`date '+%m%d'`
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/raytone/at_py.git
git@gitee.com:raytone/at_py.git
raytone
at_py
at_py
master

搜索帮助