frappe_docker/.github
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
..
ISSUE_TEMPLATE chore(lint): Run end-of-file-fixer 2021-12-10 11:51:11 +03:00
scripts refactor: prepare for v15 (#1243) 2023-10-20 18:40:10 +05:30
workflows fix: Change port from 8088 back to 8080 (standard Frappe port for SSL) 2025-10-14 09:33:46 +03:00
dependabot.yml refactor: build only one frappe/erpnext image (#1032) 2023-01-16 04:20:09 +05:30
PULL_REQUEST_TEMPLATE.md Add PR template, issue templates 2020-03-29 22:34:39 +01:00
RELEASE_GUIDE.md feat: Enhance Dokploy with automated release workflows and documentation updates 2025-10-13 23:02:01 +03:00