Headless CMS

Deploy Strapi in one click

Strapi is the leading open-source headless CMS. Design content types, expose a REST or GraphQL API, and manage content — all self-hosted and customizable.

Strapi website

Docker image

Deployed from the official image, listening on port 1337.

strapi/strapi:latest

Environment variables

These are pre-filled and documented when you deploy. Secrets are generated for you and hidden after saving.

APP_KEYS
Required
Secret

Comma-separated app keys for sessions.

API_TOKEN_SALT
Required
Secret

Salt for API tokens.

ADMIN_JWT_SECRET
Required
Secret

Secret for admin JWTs.

DATABASE_CLIENTdefault: sqlite

Database driver.

Persistent storage

Persist /srv/app for uploads and configuration.

Good to know

  • For production, set DATABASE_CLIENT to postgres and provide connection details.
  • Keep the generated secrets stable — changing them invalidates sessions and tokens.

Add a deploy button

Maintaining Strapi or a similar tool? Drop this badge in your README so anyone can deploy it on Darmi Cloud in one click.

Deploy on Darmi Cloud
[![Deploy on Darmi Cloud](https://darmicloud.tech/deploy-button.svg)](https://darmicloud.tech/templates/strapi)