|
|
|
@ -56,17 +56,6 @@ services:
@@ -56,17 +56,6 @@ services:
|
|
|
|
|
ports: |
|
|
|
|
- 4000:4000 |
|
|
|
|
|
|
|
|
|
# monitor-biz配置 |
|
|
|
|
kicc-monitor: |
|
|
|
|
build: |
|
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-monitor-biz |
|
|
|
|
container_name: kicc-monitor |
|
|
|
|
image: kicc-monitor-biz |
|
|
|
|
hostname: kicc-monitor |
|
|
|
|
restart: always |
|
|
|
|
ports: |
|
|
|
|
- 6000:6000 |
|
|
|
|
|
|
|
|
|
# common-biz配置 |
|
|
|
|
kicc-common: |
|
|
|
|
build: |
|
|
|
@ -78,6 +67,17 @@ services:
@@ -78,6 +67,17 @@ services:
|
|
|
|
|
ports: |
|
|
|
|
- 8000:8000 |
|
|
|
|
|
|
|
|
|
# monitor-biz配置 |
|
|
|
|
kicc-monitor: |
|
|
|
|
build: |
|
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-monitor-biz |
|
|
|
|
container_name: kicc-monitor |
|
|
|
|
image: kicc-monitor-biz |
|
|
|
|
hostname: kicc-monitor |
|
|
|
|
restart: always |
|
|
|
|
ports: |
|
|
|
|
- 6000:6000 |
|
|
|
|
|
|
|
|
|
# 新建业务工程docker-compose模板 |
|
|
|
|
# 注释命名规范:【xxx-biz】 |
|
|
|
|
# 名称命名规范:【kicc-xxx】 |
|
|
|
|