Skip to content
Personal Web AlphaContent reviewed: 2026-09-23View Markdown

7.1 Command and configuration reference

For everyday use, follow the installation guide first. Change configuration only after understanding where it applies and what it affects.

Commands on this page apply to the current Compose and source workflows. The native npm installer has not been published, so its planned installation, lifecycle, backup, and upgrade commands are not listed as executable instructions. See the installation guide for runtime options and local execution boundaries.

Compose commands

Run these in the source directory containing compose.yaml:

sh
docker compose up -d --build
docker compose ps
docker compose logs --tail=50 app
docker compose stop
docker compose start

Logs may contain the current authentication URL. View them in your own terminal and do not paste them directly into a public issue. stop preserves containers and data volumes. Do not use options that delete data volumes as a routine way to restart.

Configuration options

NameDefaultPurpose
TELOA_PORT3100Web port mapped to the local host by Compose
TELOA_DSH_PORT3100Internal host port when running from source; fixed inside Compose
TELOA_DSH_HOME.runtime/dshDSH runtime directory when running from source
TELOA_RUNTIME_ROOT.runtime/teloaBusiness runtime directory when running from source
TELOA_WORKSPACE_ROOTworkspace under the runtime directoryWorking files and the default sandbox working directory
TELOA_DSH_PROFILEteloaRuntime profile identity

Compose stores runtime directories under /data in persistent volumes. Changing a directory or profile does not migrate existing data. Acceptance environments require the full set of isolation parameters; use the dedicated launcher.

Configure model credentials through the provider settings in Settings, not through these port variables. Users remain responsible for model usage costs in every distribution option.

One person, leading an AI team