This commit is contained in:
aaron 2025-09-18 22:18:50 +08:00
parent 6501f0563b
commit ffe92d376a

View File

@ -1,5 +1,3 @@
version: '3.8'
services:
# 交易系统Web应用
trading-web:
@ -24,8 +22,6 @@ services:
timeout: 10s
retries: 3
start_period: 40s
networks:
- trading-network
# 数据采集服务(可选)
trading-collector:
@ -42,8 +38,6 @@ services:
restart: unless-stopped
depends_on:
- trading-web
networks:
- trading-network
# # Nginx反向代理可选
# nginx: