CMS

Deploy WordPress in one click

WordPress powers over 40% of the web. Deploy the official image for blogs, business sites and stores, on a platform you can self-host — no shared-hosting limits.

WordPress website

Docker image

Deployed from the official image, listening on port 80.

wordpress:latest

Environment variables

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

WORDPRESS_DB_HOST
Required

MySQL host (host:port).

WORDPRESS_DB_USER
Required

MySQL user.

WORDPRESS_DB_PASSWORD
Required
Secret

MySQL password.

WORDPRESS_DB_NAME
Required
default: wordpress

Database name.

Persistent storage

Persist /var/www/html for uploads, themes and plugins.

Good to know

  • WordPress needs a MySQL/MariaDB database — point the DB_* variables at yours.
  • Managed databases inside Darmi Cloud are on the roadmap; for now connect an external MySQL.

Add a deploy button

Maintaining WordPress 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/wordpress)