Add Docker one-click deploy and data migration docs.

Enable PHP 8.2 + Apache compose stack with persistent data/uploads volumes and PhpSpreadsheet for xlsx import/export.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
梁铭洋
2026-08-29 15:00:56 +08:00
co-authored by Cursor
parent 4142f6710d
commit dcde552657
7 changed files with 183 additions and 9 deletions
+14
View File
@@ -0,0 +1,14 @@
.git
.gitignore
.DS_Store
*.md
muban.xlsx
uploads/*
!uploads/.gitkeep
data/*
!data/.gitkeep
!data/import_template.xlsx
vendor
composer.lock
.env
.env.*