chore: add environment variable support and enhance startup script

- Add .env.example template for configurable Docker deployment settings
- Update docker-compose.yml to support environment-driven port/timezone configuration
- Refactor start.sh with improved Docker Compose detection, environment validation, and automated frontend building
- Enhance script documentation and error handling for better maintainability
This commit is contained in:
d0lwl0b
2025-10-29 22:35:01 +08:00
parent 998cdc9abf
commit 0c599ba70b
4 changed files with 137 additions and 33 deletions
+1
View File
@@ -21,6 +21,7 @@ Thumbs.db
*.log
*.tmp
*.bak
*.backup
# 环境变量
.env