canasta start
From Canasta Wiki
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(defaulttrue) — Varnish cacheCANASTA_ENABLE_OBSERVABILITY(defaultfalse) — Prometheus and Grafana stackCANASTA_ENABLE_ELASTICSEARCH(defaultfalse) — 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 |