添加jeecg-boot网络到sentinel和xxljob服务

master
JEECG 2025-09-25 13:48:00 +08:00
parent 120cf85eb4
commit cdd7c5c5a1
1 changed files with 6 additions and 2 deletions

View File

@ -123,7 +123,9 @@ services:
- jeecg-boot-gateway
container_name: jeecg-boot-sentinel
hostname: jeecg-boot-sentinel
networks:
- jeecg-boot
jeecg-boot-xxljob:
build:
context: ./jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-xxljob
@ -131,7 +133,9 @@ services:
- 9080:9080
container_name: jeecg-boot-xxljob
hostname: jeecg-boot-xxljob
networks:
- jeecg-boot
jeecg-vue:
build:
context: ./jeecgboot-vue3