Skip to content

phenomeno/ghost-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ghost-docker πŸ‘»

A simple ghost deployment using docker-compose. πŸ‹

For more on ghost, a really cool open-source publishing platform: https://github.com/TryGhost/Ghost

setup πŸ”¨

If you don't have Docker installed on your server, run the following:

./scripts/install-docker.sh

production πŸ”₯

Then simply run:

GHOST_URL=http://your-domain.com PORT=80 docker-compose up -d

This will serve ghost on port 80 on your server as a background process.

development 🐒

docker-compose up

You can verify it is running properly by checking http://localhost:8080 on your browser.

About

A ghost deployment using docker-compose πŸ‹

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages