2 Star 0 Fork 0

huangshubin/trading-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
trade-compose.yml 820 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangshubin 提交于 2023-08-17 11:32 . benchmark test
version: '2'
services:
trade0:
image: "trade:v3"
environment:
SERVICE_NAME: "trade0"
volumes:
- /home/hsb/workspace/trading-engine/config:/config
ports:
- 5432
expose:
- 5432
command: -servicename=trade0
entrypoint: /app/trade-server
trade1:
image: "trade:v3"
environment:
SERVICE_NAME: "trade1"
volumes:
- /home/hsb/workspace/trading-engine/config:/config
ports:
- 5432
expose:
- 5432
command: -servicename=trade1
entrypoint: /app/trade-server
proxy:
image: "proxy:v1"
environment:
SERVICE_NAME: "proxy"
volumes:
- /home/hsb/workspace/trading-engine/config:/config
ports:
- 6543
expose:
- 6543
entrypoint: /app/p
depends_on:
- trade0
- trade1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/huangshubin/trading-engine.git
[email protected]:huangshubin/trading-engine.git
huangshubin
trading-engine
trading-engine
master

搜索帮助