Version:0.0.1.dev.260202.hotfix
DevOps & Docs: Added docker-compose.yml for seamless MySQL 8.0 & environment setup. 🐳 Updated README.md with corrections for mistakes in image quoting and formats. 📝 运维与文档: 新增 docker-compose.yml,实现 MySQL 8.0 环境的一键启动。🐳 更新 README.md,修改了一些图片引用和格式上小错误。📝
This commit is contained in:
@@ -82,9 +82,9 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
## 3.1 ER图
|
## 3.1 ER图
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 3.2 核心表结构
|
## 3.2 核心表结构
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# MySQL 数据库服务
|
# MySQL 数据库服务
|
||||||
mysql:
|
mysql:
|
||||||
@@ -8,9 +6,9 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: root_password_123 # Root 用户密码
|
MYSQL_ROOT_PASSWORD: root_password_123 # Root 用户密码
|
||||||
MYSQL_DATABASE: redflow # 初始创建的数据库名
|
MYSQL_DATABASE: smartflow # 初始创建的数据库名
|
||||||
MYSQL_USER: redflow_user # 业务用户
|
MYSQL_USER: smartflow_user # 业务用户
|
||||||
MYSQL_PASSWORD: redflow_password_456 # 业务用户密码
|
MYSQL_PASSWORD: smartflow_password_456 # 业务用户密码
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 804 KiB After Width: | Height: | Size: 804 KiB |
|
Before Width: | Height: | Size: 970 KiB After Width: | Height: | Size: 970 KiB |
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
Reference in New Issue
Block a user