Skip to content

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

License

Notifications You must be signed in to change notification settings

aplsms/ghost-buster-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.7%
  • Nginx 39.3%