Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 774 Bytes

File metadata and controls

34 lines (27 loc) · 774 Bytes

Docker Compose Deployment

Prerequisites

  • Docker and Docker Compose installed
  • Pre-built images: hooya:latest, hooya-web-proxy:latest, hooya-web-ui:latest

Deploy

docker-compose up -d

Access

Get Login Password

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 yourpassword

Stop

docker-compose down

Data Persistence

Data is stored in the hooya_data Docker volume and will persist across restarts.