Deployment Guide

Manael is distributed as a stateless Docker container, making it straightforward to deploy to modern container platforms. This section separates each deployment target so you can jump directly to the environment you need.

Choose the guide that matches your runtime:

  • Docker Compose for local development and simple single-host setups.
  • Google Cloud Run for managed serverless deployments that scale automatically.
  • Kubernetes for cluster-based deployments with explicit resource control.

If you are preparing for production traffic, also review the Production Guide.