ClouisleClouisle

Deploy Clouisle

Deploy and operate Clouisle with Docker Compose, Kubernetes, or Sealos

The official Docker Compose and Kubernetes deployments consist of the frontend, a FastAPI API, Celery Worker, Sandbox Worker, Beat, and PostgreSQL, Redis, and Qdrant. For a single server, prefer the guided installer and Docker Compose; for production clusters, prefer Helm; the community-maintained Sealos template is another option.

Support matrix

ScenarioRecommended approachBest for
Single-server trial or small-scale productionDocker ComposeOne server, external reverse proxy
Scalable production clusterHelmKubernetes, Ingress, shared storage
Sealos workspaceSealos community-maintained templatePostgreSQL, Redis, Qdrant, and persistent upload storage; Sandbox Worker disabled by default
Controlled review deploymentGenerated single-file manifestReviewing Secrets and resources before apply
Local developmentBackend + frontend source codeContributing code, debugging the product

Production deployments using the official Compose, Helm, or single-file manifest must replace the example SECRET_KEY, database passwords, Redis/Qdrant credentials, and the internal Worker gateway Token. Do not expose the API service port directly to the public internet.

How is this guide?

On this page