Publishing

Deploy Ghost in one click

Ghost is a powerful open-source publishing platform for blogs, newsletters and paid memberships — a self-hostable alternative to Substack and Medium.

Ghost website

Docker image

Deployed from the official image, listening on port 2368.

ghost:latest

Environment variables

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

url
Required

Public URL Ghost is served on.

database__clientdefault: sqlite3

Database driver.

NODE_ENVdefault: production

Run mode.

Persistent storage

Persist /var/lib/ghost/content for posts, images and themes.

Good to know

  • Set url to your full https:// subdomain or custom domain.
  • For higher traffic, switch database__client to mysql and provide connection details.

Add a deploy button

Maintaining Ghost 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/ghost)