feat: 提交 Docker 环境配置文件,更新 .gitignore 规则

- 新增 docker/app/.env 应用环境配置
- 新增 docker/compute/.env 计算节点环境配置
- 更新 .gitignore 允许提交 .env 配置文件

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wuyongtao
2026-07-24 10:45:10 +08:00
parent 2b10c013ce
commit 6d4bf85284
3 changed files with 88 additions and 1 deletions

3
.gitignore vendored
View File

@@ -142,7 +142,8 @@ celerybeat.pid
*.sage.py
# Environments
.env
!.env
!.env.example
.venv
env/
venv/