Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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.