Skip to content

Installation & Deployment

We offer flexible deployment options to meet different needs, from local development to large-scale production environments.

Deployment Methods

  • Docker Compose Deployment (Recommended)

    Ideal for Local Development, Testing, and Lightweight Production environments.

    • Simple setup with a single command.
    • Includes all necessary components (Gateway, Auth, Market, Web, etc.).
    • Easy to configure and maintain.
  • Helm Chart Deployment

    Designed for Kubernetes environments and Large-Scale Production.

    • High availability and scalability.
    • Cloud-native integration.
    • Managed via Helm for easy upgrades and rollbacks.

Which one should I choose?

FeatureDocker ComposeHelm Chart
ScenarioLocal, Dev, Test, Small/Medium ProdKubernetes, Large Scale Prod
ComplexityLowMedium/High
PrerequisitesDocker, Docker ComposeKubernetes Cluster, Helm
ScalabilityVertical (mostly)Horizontal (Auto-scaling)

Released under the MIT License.