Browse Source

🚀 yml

master
wangxiang 2 years ago
parent
commit
147dd4345b
  1. 40
      docker-cloud/docker-compose.yml

40
docker-cloud/docker-compose.yml

@ -47,8 +47,8 @@ services:
image: kicc-gateway image: kicc-gateway
hostname: kicc-gateway hostname: kicc-gateway
restart: always restart: always
ports: # ports:
- 9999:9999 # - 9999:9999
# oauth2.0配置 # oauth2.0配置
kicc-auth: kicc-auth:
@ -61,8 +61,8 @@ services:
image: kicc-auth image: kicc-auth
hostname: kicc-auth hostname: kicc-auth
restart: always restart: always
ports: # ports:
- 3000:3000 # - 3000:3000
# system-biz配置 # system-biz配置
kicc-system: kicc-system:
@ -75,8 +75,8 @@ services:
image: kicc-system-biz image: kicc-system-biz
hostname: kicc-system hostname: kicc-system
restart: always restart: always
ports: # ports:
- 4000:4000 # - 4000:4000
# common-biz配置 # common-biz配置
kicc-common: kicc-common:
@ -89,8 +89,8 @@ services:
image: kicc-common-biz image: kicc-common-biz
hostname: kicc-common hostname: kicc-common
restart: always restart: always
ports: # ports:
- 8000:8000 # - 8000:8000
# monitor-biz配置 # monitor-biz配置
kicc-monitor: kicc-monitor:
@ -103,8 +103,8 @@ services:
image: kicc-monitor-biz image: kicc-monitor-biz
hostname: kicc-monitor hostname: kicc-monitor
restart: always restart: always
ports: # ports:
- 6000:6000 # - 6000:6000
# 新建业务工程docker-compose模板 # 新建业务工程docker-compose模板
# 注释命名规范:【xxx-biz】 # 注释命名规范:【xxx-biz】
@ -117,8 +117,8 @@ services:
image: kicc-template-biz image: kicc-template-biz
hostname: kicc-template hostname: kicc-template
restart: always restart: always
ports: # ports:
- 1111:1111 # - 1111:1111
# rocketmq-visual-dashboard配置 # rocketmq-visual-dashboard配置
kicc-visual-rocketmq: kicc-visual-rocketmq:
@ -129,8 +129,8 @@ services:
image: kicc-rocketmq-dashboard image: kicc-rocketmq-dashboard
hostname: kicc-visual-rocketmq hostname: kicc-visual-rocketmq
restart: always restart: always
ports: # ports:
- 8058:8058 # - 8058:8058
# sentinel-visual-dashboard配置 # sentinel-visual-dashboard配置
kicc-visual-sentinel: kicc-visual-sentinel:
@ -141,8 +141,8 @@ services:
image: kicc-sentinel-dashboard image: kicc-sentinel-dashboard
hostname: kicc-visual-sentinel hostname: kicc-visual-sentinel
restart: always restart: always
ports: # ports:
- 8056:8056 # - 8056:8056
# kicc-visual-job配置 # kicc-visual-job配置
kicc-visual-job: kicc-visual-job:
@ -153,8 +153,8 @@ services:
image: kicc-xxl-job-admin image: kicc-xxl-job-admin
hostname: kicc-visual-job hostname: kicc-visual-job
restart: always restart: always
ports: # ports:
- 8057:8057 # - 8057:8057
# spring-admin配置 # spring-admin配置
kicc-visual-monitor: kicc-visual-monitor:
@ -165,8 +165,8 @@ services:
restart: always restart: always
image: kicc-monitor image: kicc-monitor
hostname: kicc-visual-monitor hostname: kicc-visual-monitor
ports: # ports:
- 8061:8061 # - 8061:8061
volumes: volumes:
nacos_conf: nacos_conf:

Loading…
Cancel
Save