Commit Graph

2 Commits

Author SHA1 Message Date
openhands beda7429c3 fix: Update test docker-compose to use port 8081
- Changed port mapping from 8080:8080 to 8081:8081
- Updated REST_API_PORT to 8081 in environment variables
- Updated HEALTH_MONITOR_PORT to 9091
- Set LOG_LEVEL to DEBUG for test environment
2025-11-01 16:52:26 +00:00
openhands 142e7cb075 Add deployment testing scripts
- test-deployment.sh: Automated deployment testing script
- docker-compose.test.yml: Simplified compose file for testing
- Script tests dashboard accessibility and functionality
- Automated health checks and endpoint validation
2025-10-30 07:43:28 +00:00