Files
server-core/serverrun/all/docker-compose.yml
T

8 lines
348 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 同时启动三个业务服务(opc-server / opc-im / opc-compute
# 与 serverrun 根目录 docker-compose.yml 等价(单源:直接引用根编排)
#
# 前置:docker network create opc-network;基础设施(mysql/redis/mqtt)先启动
# 用法:cd serverrun/all && docker compose up -d --build
include:
- ../docker-compose.yml