1
This commit is contained in:
parent
6501f0563b
commit
ffe92d376a
@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# 交易系统Web应用
|
# 交易系统Web应用
|
||||||
trading-web:
|
trading-web:
|
||||||
@ -24,8 +22,6 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
networks:
|
|
||||||
- trading-network
|
|
||||||
|
|
||||||
# 数据采集服务(可选)
|
# 数据采集服务(可选)
|
||||||
trading-collector:
|
trading-collector:
|
||||||
@ -42,8 +38,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- trading-web
|
- trading-web
|
||||||
networks:
|
|
||||||
- trading-network
|
|
||||||
|
|
||||||
# # Nginx反向代理(可选)
|
# # Nginx反向代理(可选)
|
||||||
# nginx:
|
# nginx:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user