--- checkId: check.. plugin: stellaops.doctor. severity: fail | warn | info tags: [tag1, tag2] --- # ## What It Checks ## Why It Matters ## Common Causes - Cause 1 (specific: exact misconfiguration, missing file, wrong env var) - Cause 2 - Cause 3 ## How to Fix ### Docker Compose ```bash # Step-by-step commands for docker-compose deployments # Use exact env var names with __ separator # Reference exact file paths relative to devops/compose/ ``` ### Bare Metal / systemd ```bash # Step-by-step commands for bare-metal / systemd deployments # Reference exact config file paths (e.g., /etc/stellaops/appsettings.json) ``` ### Kubernetes / Helm ```bash # Step-by-step commands for Kubernetes/Helm deployments # Reference exact Helm values, ConfigMap keys, Secret names ``` ## Verification ```bash stella doctor run --check check.. ``` ## Related Checks - `check.related.id` - brief explanation of relationship