frappe_docker/dokploy/SUMMARY.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

76 lines
1.5 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.

# Frappe ERPNext - Dokploy Paketi Özeti
## 📦 Paket İçeriği
Frappe ERPNext ve 3 ek uygulama ile production-ready deployment paketi.
### İçerilen Uygulamalar
| Uygulama | Açıklama | Branch/Tag |
|----------|----------|-----------|
| **ERPNext** | ERP Core (Accounting, Inventory, Sales) | version-15 |
| **CRM** | Müşteri İlişkileri Yönetimi | main (v1.53.1) |
| **Helpdesk** | Destek Sistemi (Ticket, SLA) | v1.14.0 |
| **Payments** | Ödeme Entegrasyonları | main |
**Toplam**: 4 Uygulama
## 🎯 Özellikler
- ⚡ Hızlı deployment (10-15 dakika)
- 💾 Az disk kullanımı (3-4 GB)
- 🔒 Otomatik SSL (Let's Encrypt)
- 🚀 Production-ready konfigürasyon
- 📱 Port 8080 (standard)
## 🏗️ Mimari
```
Browser (HTTPS:443)
Dokploy Proxy (SSL)
Frontend (Port 8080)
Backend (Port 8000)
MariaDB + Redis
```
## 📊 Performans
- **Build Süresi**: 10-15 dakika
- **Memory**: 2 GB
- **Disk**: 3-4 GB
- **CPU**: 2+ cores
## 🔧 Konfigürasyon
### Environment Variables
```env
SITE_NAME=erp.yourdomain.com
ADMIN_PASSWORD=your_password
DB_PASSWORD=db_password
HTTP_PORT=8080
```
### SSL
- Dokploy otomatik Let's Encrypt
- HTTPS force redirect
- Auto renewal
## 📚 Dokümantasyon
- [README](README.md) - Genel bilgi
- [QUICKSTART](QUICKSTART.md) - Hızlı başlangıç
- [SSL_SETUP](SSL_SETUP.md) - SSL konfigürasyonu
- [ENV_VARIABLES](ENV_VARIABLES.md) - Environment variables
---
**Apps**: 4
**Port**: 8088
**SSL**: Auto
**Build**: 10-15 min