mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-26 16:26:41 +08:00
docker-compose 微服务模式脚步优化
This commit is contained in:
@ -26,15 +26,6 @@ services:
|
||||
restart: always
|
||||
container_name: jeecg-boot-redis
|
||||
hostname: jeecg-boot-redis
|
||||
jeecg-boot-rabbitmq:
|
||||
# image: rabbitmq:3-management
|
||||
image: rabbitmq:3
|
||||
ports:
|
||||
- 5672:5672
|
||||
# - 15672:15672
|
||||
restart: always
|
||||
container_name: jeecg-boot-rabbitmq
|
||||
hostname: jeecg-boot-rabbitmq
|
||||
|
||||
jeecg-boot-nacos:
|
||||
restart: always
|
||||
@ -67,10 +58,20 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
|
||||
jeecg-boot-xxljob:
|
||||
build:
|
||||
context: ./jeecg-cloud-xxljob
|
||||
ports:
|
||||
- 9080:9080
|
||||
container_name: jeecg-boot-xxljob
|
||||
hostname: jeecg-boot-xxljob
|
||||
# jeecg-boot-rabbitmq:
|
||||
# # image: rabbitmq:3-management
|
||||
# image: rabbitmq:3
|
||||
# ports:
|
||||
# - 5672:5672
|
||||
# # - 15672:15672
|
||||
# restart: always
|
||||
# container_name: jeecg-boot-rabbitmq
|
||||
# hostname: jeecg-boot-rabbitmq
|
||||
|
||||
# jeecg-boot-xxljob:
|
||||
# build:
|
||||
# context: ./jeecg-cloud-xxljob
|
||||
# ports:
|
||||
# - 9080:9080
|
||||
# container_name: jeecg-boot-xxljob
|
||||
# hostname: jeecg-boot-xxljob
|
||||
Reference in New Issue
Block a user