frappe_docker/dokploy/CHANGELOG.md
ubden 0ac9cd8a94 fix: Change port from 8088 back to 8080 (standard Frappe port for SSL)
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
2025-10-14 09:33:46 +03:00

53 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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