1
0
forked from erp-dev/erp

feat: split the docker compose config file

This commit is contained in:
2025-12-22 16:17:28 +08:00
parent 6dbc4be6d8
commit 5b160ac393
16 changed files with 465 additions and 198274 deletions

23
.dockerignore Normal file
View File

@@ -0,0 +1,23 @@
.git
.idea
.vscode
.cursor
__pycache__/
*.py[cod]
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov/
# 本地环境变量(不要打进发布镜像)
.env
# 本地备份文件(体积大且可能包含敏感数据)
data-bak/
*.sql
# Celery Beat 本地持久化调度文件(不要进镜像,也不要污染构建上下文)
celerybeat-schedule*