- Docker and Docker Compose installed
- Pre-built images:
hooya:latest,hooya-web-proxy:latest,hooya-web-ui:latest
docker-compose up -d- Web UI: http://localhost:3000
- Web Proxy API: http://localhost:8532
- Hooya Daemon: gRPC on localhost:8531
The web proxy generates a random password on first startup. To see it:
docker-compose logs hooya-web-proxy | grep "generated operator password"To set a custom password:
docker-compose exec hooya-web-proxy /hooya-web-proxy set-password yourpassworddocker-compose downData is stored in the hooya_data Docker volume and will persist across restarts.