|
|
@ -19,6 +19,8 @@ services:
|
|
|
|
--default-authentication-plugin=caching_sha2_password
|
|
|
|
--default-authentication-plugin=caching_sha2_password
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- 3306:3306
|
|
|
|
- 3306:3306
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
|
|
|
- jeecg-boot
|
|
|
|
|
|
|
|
|
|
|
|
jeecg-boot-redis:
|
|
|
|
jeecg-boot-redis:
|
|
|
|
image: redis:5.0
|
|
|
|
image: redis:5.0
|
|
|
@ -27,6 +29,8 @@ services:
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
hostname: jeecg-boot-redis
|
|
|
|
hostname: jeecg-boot-redis
|
|
|
|
container_name: jeecg-boot-redis
|
|
|
|
container_name: jeecg-boot-redis
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
|
|
|
- jeecg-boot
|
|
|
|
|
|
|
|
|
|
|
|
jeecg-boot-system:
|
|
|
|
jeecg-boot-system:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
@ -39,4 +43,10 @@ services:
|
|
|
|
image: jeecg-boot-system
|
|
|
|
image: jeecg-boot-system
|
|
|
|
hostname: jeecg-boot-system
|
|
|
|
hostname: jeecg-boot-system
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- 8080:8080
|
|
|
|
- 8080:8080
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
|
|
|
- jeecg-boot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
|
|
|
jeecg-boot:
|
|
|
|
|
|
|
|
name: jeecg_boot
|
|
|
|