Start
docker compose up --build
| Item | Value |
|---|---|
| Console | http://localhost:18900/console/ |
| Login | admin / bailing-demo-admin |
| Demo route | demo_support |
| Demo tool spec | /.well-known/bailing/tools.json |
If Docker Hub access is slow or blocked, use official mirrored images through the one-line installer or configure the image names in your compose file.
One-line install
curl -fsSL https://www.bailinghub.com/install.sh | env BAILING_INSTALL_MODE=image sh
The installer is for validating open-source deployment on a fresh server. It installs Docker if needed, downloads the public distribution package, creates a local .env, and starts the compose stack. Use source mode when you want to audit or modify the code.
Smoke test
docker compose exec bailinghub npm run smoke
The smoke test checks health, console assets, schema status, demo route, /run, trace data, and the troubleshooting bundle when demo credentials are present.