Skip to main content
Project runtimes let LStack manage the software represented by a project. Runtime configuration is separate from AI worker execution: a project may have a runtime even when no worker is active.

Runtime modes

Build sources

Container-backed runtimes can use a project Dockerfile, a prebuilt image, or a Compose configuration. The dashboard exposes build, start, stop, restart, rebuild, health, and log operations appropriate to the configured mode.
Docker is required for container-backed runtimes. stack mode also requires Docker Compose v2.

Templates

Built-in runtime templates are visible in Settings. Each template is version-stamped and read-only. Applying one updates the project’s runtime configuration only; it does not create a ticket or ask a worker to change the project.