64 Star 142 Fork 72

海风 / 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'`
Python
1
https://gitee.com/haifengat/hfpy.git
git@gitee.com:haifengat/hfpy.git
haifengat
hfpy
hfpy
master

搜索帮助