Skip to main content

Configure the server

info

Requires a running container service (e.g Docker, OrbStack, Podman) for standalone mode.

Configure your Tourbillon server using a single file.

Tourbillon runs using a single command:

tourbillon run

The command requires a Tourbillon configuration named tourbillon.toml:

tourbillon.toml
# standalone mode for testing
standalone = true

# credentials for admin api access
api_key = "<API-KEY>"

# services
admin_grpc_server = { address = "0.0.0.0:2424" }
namespaces_grpc_server = { address = "0.0.0.0:4242" }