mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 16:55:08 +00:00
Port changes: - HTTP_PORT: 8088 → 8080 (default Frappe port) - All documentation updated to reflect port 8080 - GitHub Actions tests updated to port 8080 - SSL works correctly with standard port 8080 in Dokploy Reason: - Port 8080 is the standard Frappe frontend port - Dokploy SSL/HTTPS works better with default port - Consistent with Frappe conventions Files updated: - README.md - dokploy/README.md - dokploy/QUICKSTART.md - dokploy/DEPLOYMENT.md - dokploy/SSL_SETUP.md - dokploy/SUMMARY.md - dokploy/CHANGELOG.md - dokploy/CHECKLIST.md - dokploy/docker-compose.yml - .github/workflows/build-dokploy.yml SSL/HTTPS: - Dokploy handles SSL termination on port 443 - Internal communication uses port 8080 - HTTPS redirect automatic - Let's Encrypt auto-renewal
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
# Changelog
|
||
|
||
Tüm önemli değişiklikler bu dosyada belgelenir.
|
||
|
||
## [1.0.0] - 2025-10-13
|
||
|
||
### İlk Release
|
||
|
||
Production-ready Frappe ERPNext Dokploy deployment paketi.
|
||
|
||
#### Uygulamalar (4)
|
||
- ✅ ERPNext (version-15)
|
||
- ✅ CRM (main, v1.53.1)
|
||
- ✅ Helpdesk (v1.14.0)
|
||
- ✅ Payments (main)
|
||
|
||
#### Özellikler
|
||
- Dokploy-optimized Docker Compose
|
||
- Otomatik SSL/HTTPS (Let's Encrypt)
|
||
- Frontend port 8080 (standard Frappe port)
|
||
- Production-ready konfigürasyon
|
||
- Environment-based configuration
|
||
- Health checks
|
||
- Auto-restart policies
|
||
|
||
#### Performans
|
||
- Build süresi: 10-15 dakika
|
||
- Disk kullanımı: 3-4 GB
|
||
- Memory kullanımı: ~2 GB
|
||
- Fast startup
|
||
|
||
#### Güvenlik
|
||
- Non-root container
|
||
- Secret management
|
||
- HTTPS/SSL ready
|
||
- Secure defaults
|
||
|
||
#### Dokümantasyon
|
||
- README.md - Genel bilgi
|
||
- QUICKSTART.md - Hızlı başlangıç
|
||
- DEPLOYMENT.md - Detaylı kılavuz
|
||
- SSL_SETUP.md - SSL konfigürasyonu
|
||
- ENV_VARIABLES.md - Environment variables
|
||
- CHECKLIST.md - Deployment checklist
|
||
- SUMMARY.md - Paket özeti
|
||
- CHANGELOG.md - Bu dosya
|
||
|
||
---
|
||
|
||
**Toplam Apps**: 4
|
||
**Build Time**: 10-15 min
|
||
**Disk**: 3-4 GB
|
||
**Port**: 8088
|