Skip to content

Latest commit

 

History

History

ghost-buster

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ghost-buster-docker

Ready to use ghost with buster and auto-generation in docker container

  • Ghost is a simple, powerful publishing platform that allows you to share your stories with the world.
  • Buster is a brute force static site generator for Ghost.

All of this in one ready to use container with ability to create backups automatically, save md files and (optionally) publish static blogs to external places, like S3.

How to use:

  1. pull repo from github: git clone https://github.com/umputun/ghost-buster-docker.git
  2. make sure you have docker-compose installed
  3. edit docker-compose.yml with your own domain
  4. start it with docker-compose up -d

What will it do?

  1. run ghost on port 2368
  2. run nginx proxy on port 80
  3. watch for changes and generate static content in static
  4. nginx will proxy all request to this static, except request to /ghost (admin interface)

Automated build on docker-hub: umputun/ghost-buster-docker