v3.8.2 优化一键docker启动前后端

This commit is contained in:
JEECG
2025-07-30 21:55:16 +08:00
parent 5720d1a01e
commit a014a3ed0e
8 changed files with 454 additions and 6 deletions

View File

@@ -18,14 +18,14 @@ services:
--max_allowed_packet=128M
--default-authentication-plugin=caching_sha2_password
ports:
- 3306:3306
- 13306:3306
networks:
- jeecg-boot
jeecg-boot-redis:
image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0
ports:
- 6379:6379
# ports:
# - 6379:6379
restart: always
hostname: jeecg-boot-redis
container_name: jeecg-boot-redis
@@ -121,6 +121,7 @@ services:
jeecg-vue:
build:
context: ./jeecgboot-vue3
dockerfile: Dockerfile.cloud
container_name: jeecgboot-vue3-nginx
image: jeecgboot-vue3
depends_on: