EKA Agent - Hosting Service
✓ Static hosting service operational
Architecture
This is the ISOLATED hosting component - serves static files ONLY
Service Endpoints
- Backend API: http://localhost:8000
- Cloud Functions: http://localhost:5001
- Hosting (this): http://localhost:5000
- Database: http://localhost:8081
Isolation Status
- ✓ Contains ONLY static files
- ✓ NO backend code
- ✓ NO functions code
- ✓ NO database logic
- ✓ Runs in isolated container
- ✓ Own environment file (.env.hosting)
Communication
This hosting service does NOT directly access:
- Backend API
- Database
- Cloud Functions
- Mobile app
Static files delivered by nginx - no backend processing