mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-08-04 20:08:41 +00:00
调整顺序
This commit is contained in:
parent
f8dc79c36c
commit
74c60bbefb
@ -32,6 +32,16 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- jeecg-boot
|
- jeecg-boot
|
||||||
|
|
||||||
|
jeecg-boot-xxljob:
|
||||||
|
build:
|
||||||
|
context: ./jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-xxljob
|
||||||
|
ports:
|
||||||
|
- 9080:9080
|
||||||
|
container_name: jeecg-boot-xxljob
|
||||||
|
hostname: jeecg-boot-xxljob
|
||||||
|
networks:
|
||||||
|
- jeecg-boot
|
||||||
|
|
||||||
jeecg-boot-nacos:
|
jeecg-boot-nacos:
|
||||||
restart: always
|
restart: always
|
||||||
build:
|
build:
|
||||||
@ -98,31 +108,22 @@ services:
|
|||||||
# RABBITMQ_DEFAULT_USER: guest
|
# RABBITMQ_DEFAULT_USER: guest
|
||||||
# RABBITMQ_DEFAULT_PASS: guest
|
# RABBITMQ_DEFAULT_PASS: guest
|
||||||
|
|
||||||
jeecg-boot-sentinel:
|
# jeecg-boot-sentinel:
|
||||||
restart: on-failure
|
# restart: on-failure
|
||||||
build:
|
# build:
|
||||||
context: ./jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-sentinel
|
# context: ./jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-sentinel
|
||||||
ports:
|
# ports:
|
||||||
- 9000:9000
|
# - 9000:9000
|
||||||
depends_on:
|
# depends_on:
|
||||||
- jeecg-boot-nacos
|
# - jeecg-boot-nacos
|
||||||
- jeecg-boot-demo
|
# - jeecg-boot-demo
|
||||||
- jeecg-boot-system
|
# - jeecg-boot-system
|
||||||
- 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:
|
# networks:
|
||||||
- jeecg-boot
|
# - jeecg-boot
|
||||||
|
|
||||||
jeecg-boot-xxljob:
|
|
||||||
build:
|
|
||||||
context: ./jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-xxljob
|
|
||||||
ports:
|
|
||||||
- 9080:9080
|
|
||||||
container_name: jeecg-boot-xxljob
|
|
||||||
hostname: jeecg-boot-xxljob
|
|
||||||
networks:
|
|
||||||
- jeecg-boot
|
|
||||||
|
|
||||||
jeecg-vue:
|
jeecg-vue:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user