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

1.5 KiB
Raw Blame History

Frappe ERPNext - Dokploy Paketi Özeti

📦 Paket İçeriği

Frappe ERPNext ve 3 ek uygulama ile production-ready deployment paketi.

İçerilen Uygulamalar

Uygulama ı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

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


Apps: 4
Port: 8088
SSL: Auto
Build: 10-15 min