canasta start
canasta > start
canasta start
Start a Canasta instance
Synopsis
Start the Docker containers for a Canasta instance. Before
bringing the stack up, COMPOSE_PROFILES in .env is
reconciled from the instance's feature flags so optional
components start or stay down based on their current setting:
- CANASTA_ENABLE_VARNISH (default true) — Varnish cache
- CANASTA_ENABLE_OBSERVABILITY (default false) — Prometheus
and Grafana stack
- CANASTA_ENABLE_ELASTICSEARCH (default false) — Elasticsearch
If the instance has development mode enabled, Xdebug starts
automatically. Use canasta devmode enable or `canasta devmode
disable to toggle development mode; use canasta config set
<FLAG>=true|false` to adjust the optional components.
canasta start [flags]
Examples
canasta start
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--id |
-i |
Canasta instance ID | * | Both |
* Defaults to the Canasta instance matching the current directory, if any.
Global Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |