mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
- Added Dokploy setup documentation including Dockerfile, Docker Compose configurations, and automation scripts. - Integrated 9 applications (ERPNext, CRM, LMS, Builder, Print Designer, Payments, Wiki, Twilio Integration, ERPNext Shipping) into a single image. - Implemented health checks, production optimizations, and CI/CD workflows with GitHub Actions. - Created comprehensive guides for environment variables, deployment, and modular setup. - Introduced a checklist for deployment and a changelog for tracking changes.
34 lines
297 B
Text
34 lines
297 B
Text
# Environment files (except example)
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.test
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker volumes (local development)
|
|
*-data/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
tmp/
|
|
temp/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
backups/
|
|
|