docs: Update production deployment with actual infrastructure details
Some checks failed
ParentFlow CI/CD Pipeline / Backend Tests (push) Has been cancelled
ParentFlow CI/CD Pipeline / Frontend Tests (push) Has been cancelled
ParentFlow CI/CD Pipeline / Security Scanning (push) Has been cancelled
ParentFlow CI/CD Pipeline / Build Docker Images (map[context:maternal-app/maternal-app-backend dockerfile:Dockerfile.production name:backend]) (push) Has been cancelled
ParentFlow CI/CD Pipeline / Build Docker Images (map[context:maternal-web dockerfile:Dockerfile.production name:frontend]) (push) Has been cancelled
ParentFlow CI/CD Pipeline / Deploy to Development (push) Has been cancelled
ParentFlow CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Lint and Test (push) Has been cancelled
CI/CD Pipeline / E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Application (push) Has been cancelled

- PostgreSQL on dedicated server: 10.0.0.207 (postgres:a3ppq@10.0.0.207:5432/parentflow)
- Application server: 10.0.0.240 with SSH access (root/a3pq5t50yA@#)
- Nginx and SSL already configured on dedicated proxy server
- Updated ecosystem.config.js with production database credentials
- Updated .env.production.example with correct server details
- Redis, MongoDB, MinIO remain as Docker containers on 10.0.0.240

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-06 21:36:52 +00:00
parent df7617638a
commit bfefb19100
3 changed files with 36 additions and 23 deletions

View File

@@ -562,10 +562,11 @@ The following critical features have been successfully implemented:
**Remaining Tasks** (Deployment to 10.0.0.240):
- ⏳ Create Gitea Actions workflow for automated deployment
- ⏳ Configure SSH access to 10.0.0.240
- SSH access configured: root@10.0.0.240 (password: a3pq5t50yA@#)
- ⏳ Deploy to production server 10.0.0.240
- ⏳ Set up Nginx on production server
- ⏳ Configure SSL certificates on production server
- ✅ Nginx reverse proxy already configured (dedicated proxy server)
- SSL certificates already configured (dedicated proxy server)
- ✅ Dedicated PostgreSQL server: postgresql://postgres:a3ppq@10.0.0.207:5432/parentflow
---