Start the Buster services locally
buster start
command launches the Buster services locally using Docker Compose. This creates a fully functional local instance of Buster for development and testing.
Option | Description |
---|---|
--no-track | Disable telemetry tracking (default: false) |
buster auth
(if needed for your setup)buster config
(will be prompted if not configured)start
command performs these steps:
.buster
directory in your home folder to store configuration.env
filesup -d
command--no-track
flag:
TELEMETRY_ENABLED=false
in the environment configuration.
buster config
to update your API keysbuster stop
command.
If you need to reset the services to a clean state, use buster reset
.
buster config
buster stop
when you’re done to free system resourcesbuster stop
- Stop the Buster servicesbuster reset
- Reset the Buster services to a clean statebuster config
- Configure LLM and Reranker settings