1 Star 0 Fork 4

于大伟/学生管理后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
东源盛想网络科技 提交于 2024-05-16 14:11 . 版本1.0
version: '2'
services:
edu-boot-mysql:
build:
context: ./db
environment:
MYSQL_ROOT_PASSWORD: root
restart: always
container_name: edu-boot-mysql
image: edu-boot-mysql
command:
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci
--explicit_defaults_for_timestamp=true
--lower_case_table_names=1
--max_allowed_packet=128M
ports:
- 3306:3306
edu-boot-redis:
image: redis:5.0
ports:
- 6379:6379
restart: always
container_name: edu-boot-redis
edu-boot-system:
build:
context: ./edu-boot-module-system
restart: always
container_name: edu-boot-system
image: edu-boot-system
ports:
- 8080:8080
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dw0225/student-management-backend.git
[email protected]:dw0225/student-management-backend.git
dw0225
student-management-backend
学生管理后台
master

搜索帮助