mirror of https://github.com/jeecgboot/jeecg-boot
更新 docker-compose-cloud.yml,添加 jeecg-boot 网络配置到 sentinel 和 xxljob 服务
parent
2a8853b353
commit
2298ee3eed
|
@ -123,6 +123,8 @@ services:
|
||||||
- jeecg-boot-gateway
|
- jeecg-boot-gateway
|
||||||
container_name: jeecg-boot-sentinel
|
container_name: jeecg-boot-sentinel
|
||||||
hostname: jeecg-boot-sentinel
|
hostname: jeecg-boot-sentinel
|
||||||
|
networks:
|
||||||
|
- jeecg-boot
|
||||||
|
|
||||||
jeecg-boot-xxljob:
|
jeecg-boot-xxljob:
|
||||||
build:
|
build:
|
||||||
|
@ -131,7 +133,9 @@ services:
|
||||||
- 9080:9080
|
- 9080:9080
|
||||||
container_name: jeecg-boot-xxljob
|
container_name: jeecg-boot-xxljob
|
||||||
hostname: jeecg-boot-xxljob
|
hostname: jeecg-boot-xxljob
|
||||||
|
networks:
|
||||||
|
- jeecg-boot
|
||||||
|
|
||||||
jeecg-vue:
|
jeecg-vue:
|
||||||
build:
|
build:
|
||||||
context: ./jeecgboot-vue3
|
context: ./jeecgboot-vue3
|
||||||
|
|
Loading…
Reference in New Issue