chore: Docker 配置改用本地地址并添加数据库导出

- Docker 配置中 Redis/MySQL 地址改为 host.docker.internal
- 前端 Docker 环境 API 地址改为 localhost
- 添加数据库完整导出文件用于异地部署
- .gitignore 增加 logs 目录排除

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xqzp2026
2026-04-16 15:22:23 +09:30
parent 0c2f52829f
commit 49127bb6a7
4 changed files with 63 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
//Docker模拟部署环境
NODE_ENV='production'
VITE_APP_MODE='develop'
VITE_APP_API_ORIGIN = 'http://100.93.0.28:18095'
VITE_APP_API_ORIGIN = 'http://localhost:18095'