# Selects which query-serving binary docker-compose.yml runs by # default: "single-tenant" (api, Phase 0-3 behavior) or "enterprise" # (enterprise-api, Phase 4 multi-tenant) -- mutually exclusive, the same # choice Helm's enterprise.enabled flag makes for a real cluster # (deploy/helm/sentry/templates/api.yaml vs enterprise-api.yaml). See # the api/enterprise-api service definitions in docker-compose.yml. # # Override per-invocation without editing this file: # COMPOSE_PROFILES=enterprise docker compose up COMPOSE_PROFILES=single-tenant