Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 856 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 856 Bytes

Ghost blogging platform on Google Cloud Run

Ghost is a popular Blogging platform written in Node Js. You can find the code on Github. This is a repo to run it on Google Cloud Run.

Run it locally with docker compose

Just do:

docker-compose up

Then go to your browser as http://localhost:8080

Files

Data folder with content and images is used as a volume to make adding posts/editing and image uploads work locally and keep it persisted.

Run it on Google Cloud Run

Run on Google Cloud