mirror of https://github.com/jeecgboot/jeecg-boot
添加jeecg-boot网络到sentinel和xxljob服务
parent
120cf85eb4
commit
cdd7c5c5a1
|
@ -123,6 +123,8 @@ services:
|
|||
- jeecg-boot-gateway
|
||||
container_name: jeecg-boot-sentinel
|
||||
hostname: jeecg-boot-sentinel
|
||||
networks:
|
||||
- jeecg-boot
|
||||
|
||||
jeecg-boot-xxljob:
|
||||
build:
|
||||
|
@ -131,6 +133,8 @@ services:
|
|||
- 9080:9080
|
||||
container_name: jeecg-boot-xxljob
|
||||
hostname: jeecg-boot-xxljob
|
||||
networks:
|
||||
- jeecg-boot
|
||||
|
||||
jeecg-vue:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue