feat(docker): 添加 Docker 配置文件和 Git 忽略规则

- 添加 .gitignore 文件以忽略 Docker 数据目录和日志文件
- 创建 MySQL Docker Compose 配置文件
- 创建 Nginx Docker Compose 配置文件
- 创建 Redis Docker Compose 配置文件
- 配置 MySQL 容器环境变量和数据卷
- 配置 Nginx 容器端口映射和配置卷
- 配置 Redis 容器持久化设置
This commit is contained in:
2026-04-19 00:30:24 +08:00
commit 44f2310af1
10 changed files with 68 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# This file is used to keep the directory in Git even when it's empty