Skip to content
Failed

Changes

Summary

  1. Update Jenkinsfile: use 'docker compose' and fix frontend health check port (details)
  2. Add comprehensive deployment architecture documentation (details)
  3. Create lib.tar.gz (details)
Commit 7f9258b424d9dbb0677795e9edaf2f393ae92444 by persicowilliam
Update Jenkinsfile: use 'docker compose' and fix frontend health check port

- Changed docker-compose to docker compose (modern syntax)
- Fixed frontend health check from port 3002 to correct port 3000
- Added separate Wait for Startup stage for better control
- All docker compose commands now use consistent syntax
The file was modifiedJenkinsfile (diff)
Commit fd3d201f0b7ce84107f3d5f0b2874835178b0df3 by persicowilliam
Add comprehensive deployment architecture documentation

- Complete service overview (Juntete, Jenkins, Authentik, Landing Page, PostgreSQL)
- Nginx routing architecture with all endpoints
- Docker network topology
- SSL/TLS configuration details
- Jenkins CI/CD pipeline documentation
- Troubleshooting guides
- Maintenance procedures
- Security considerations
The file was addedDEPLOYMENT_COMPLETE.md
The file was addedlib.tar.gz