Skip to content

Template · CMS & sites

Ghost

Publishing platform for newsletters and blogs, backed by MySQL 8.

Deploy on Skiffly

Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.

  • MySQLmysql:8.4
  • Ghostghost:5-alpine
Upstream documentation

What gets deployed

2 services in the environment you pick, on the private network of the project.

About this template

ghost:5-alpine + mysql:8.4 (Ghost 5 requires MySQL 8). Content on a volume.

After deploy

Visit /ghost on the public URL to create the owner account.

MySQL

Image: mysql:8.4

  • Port 3306/tcp
  • 10 GB volume at /var/lib/mysql
  • 1 vCPU · 1 GB

Ghost

Image: ghost:5-alpine

  • Port 2368/http
  • Public domain with TLS
  • 5 GB volume at /var/lib/ghost/content
  • 1 vCPU · 1 GB
  • /ghost/api/admin/site/

Variables

Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.

MySQL

NameValue
MYSQL_ROOT_PASSWORDgenerated (password)
MYSQL_DATABASEghost
MYSQL_USERghost
MYSQL_PASSWORDgenerated (password)
MYSQL_URLmysql://${{self.MYSQL_USER}}:${{self.MYSQL_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:3306/${{self.MYSQL_DATABASE}}

Ghost

NameValue
urlhttps://${{self.SKIFFLY_PUBLIC_DOMAIN}}Public site URL
database__clientmysql
database__connection__host${{MySQL.SKIFFLY_PRIVATE_DOMAIN}}
database__connection__user${{MySQL.MYSQL_USER}}
database__connection__password${{MySQL.MYSQL_PASSWORD}}
database__connection__database${{MySQL.MYSQL_DATABASE}}
NODE_ENVproduction

Deploy button for your README

Add a one-click deploy link to your repository or docs. Two variants: for light and dark backgrounds.

Deploy on SkifflyDeploy on Skiffly
Markdown · Light background
[![Deploy on Skiffly](https://skiffly.dev/button.svg)](https://skiffly.dev/templates/ghost)
Markdown · Dark background
[![Deploy on Skiffly](https://skiffly.dev/button-dark.svg)](https://skiffly.dev/templates/ghost)
HTML
<a href="https://skiffly.dev/templates/ghost"><img src="https://skiffly.dev/button.svg" alt="Deploy on Skiffly" height="32"></a>

Deploy Ghost in one click

Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.