This repository manages the deployment and infrastructure for the ClosedWHU ecosystem.
- Infrastructure: PostgreSQL (pgvector), Redis.
- Backends: SSO, Dugout, Ham Gateway, WHU.sb API, WHU.sb Queue.
- Copy
.env.exampleto.envand configure your passwords. - Run
docker compose up -d.
Images are built automatically on release or can be triggered manually via GitHub Actions.
Images are pushed to Docker Hub under the closedwhu/ organization.
service: Choose to build all services or a specific one (sso,dugout,ham-gateway,whu-sb).