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.
- pull repo from github:
git clone https://github.com/umputun/ghost-buster-docker.git
- make sure you have docker-compose installed
- edit docker-compose.yml with your own domain
- start it with
docker-compose up -d
- run ghost on port 2368
- run nginx proxy on port 80
- watch for changes and generate static content in
static
- nginx will proxy all request to this
static
, except request to /ghost (admin interface)
Automated build on docker-hub: umputun/ghost-buster-docker