Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

source_code https://github.com/TryGhost/Ghost?ref=fossengineer.com
post https://fossengineer.com/selfhosting-ghost-docker/
tags
web
CMS

Thanks to noted.lol

echo -e "MYSQL_DATABASE=ghost\nMYSQL_USER=ghostuser\nMYSQL_PASSWORD=$(openssl rand -base64 32)\nMYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)" > .env

Ghost can be used as a CMS for static sites, like Gatsby.

Ghost Themes

API Guide

For a comprehensive guide on interacting with Ghost's APIs (Content API and Admin API), including how to obtain keys, authentication methods, and example requests (curl and JavaScript), see:

The instance in this compose is exposed at http://192.168.1.8:8018 (mapped to container port 2368). If you are testing locally on the same machine, http://localhost:8018 may also work depending on your network.