|
|
@ -26,8 +26,6 @@ services: |
|
|
|
build: |
|
|
|
build: |
|
|
|
context: ../kicc-gateway |
|
|
|
context: ../kicc-gateway |
|
|
|
container_name: kicc-gateway |
|
|
|
container_name: kicc-gateway |
|
|
|
environment: |
|
|
|
|
|
|
|
GATEWAY_HOST: 192.168.3.10 |
|
|
|
|
|
|
|
image: kicc-gateway |
|
|
|
image: kicc-gateway |
|
|
|
hostname: kicc-gateway |
|
|
|
hostname: kicc-gateway |
|
|
|
restart: always |
|
|
|
restart: always |
|
|
@ -39,6 +37,8 @@ services: |
|
|
|
build: |
|
|
|
build: |
|
|
|
context: ../kicc-auth |
|
|
|
context: ../kicc-auth |
|
|
|
container_name: kicc-auth |
|
|
|
container_name: kicc-auth |
|
|
|
|
|
|
|
environment: |
|
|
|
|
|
|
|
GATEWAY_HOST: 192.168.3.10 |
|
|
|
image: kicc-auth |
|
|
|
image: kicc-auth |
|
|
|
hostname: kicc-auth |
|
|
|
hostname: kicc-auth |
|
|
|
restart: always |
|
|
|
restart: always |
|
|
@ -50,6 +50,8 @@ services: |
|
|
|
build: |
|
|
|
build: |
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-system-biz |
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-system-biz |
|
|
|
container_name: kicc-system |
|
|
|
container_name: kicc-system |
|
|
|
|
|
|
|
environment: |
|
|
|
|
|
|
|
GATEWAY_HOST: 192.168.3.10 |
|
|
|
image: kicc-system-biz |
|
|
|
image: kicc-system-biz |
|
|
|
hostname: kicc-system |
|
|
|
hostname: kicc-system |
|
|
|
restart: always |
|
|
|
restart: always |
|
|
@ -61,6 +63,8 @@ services: |
|
|
|
build: |
|
|
|
build: |
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-common-biz |
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-common-biz |
|
|
|
container_name: kicc-common |
|
|
|
container_name: kicc-common |
|
|
|
|
|
|
|
environment: |
|
|
|
|
|
|
|
GATEWAY_HOST: 192.168.3.10 |
|
|
|
image: kicc-common-biz |
|
|
|
image: kicc-common-biz |
|
|
|
hostname: kicc-common |
|
|
|
hostname: kicc-common |
|
|
|
restart: always |
|
|
|
restart: always |
|
|
@ -72,6 +76,8 @@ services: |
|
|
|
build: |
|
|
|
build: |
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-monitor-biz |
|
|
|
context: ../kicc-platform/kicc-platform-biz/kicc-monitor-biz |
|
|
|
container_name: kicc-monitor |
|
|
|
container_name: kicc-monitor |
|
|
|
|
|
|
|
environment: |
|
|
|
|
|
|
|
GATEWAY_HOST: 192.168.3.10 |
|
|
|
image: kicc-monitor-biz |
|
|
|
image: kicc-monitor-biz |
|
|
|
hostname: kicc-monitor |
|
|
|
hostname: kicc-monitor |
|
|
|
restart: always |
|
|
|
restart: always |
|
|
|