/ghost-google-cloud-run

Ghost Node Js blogging platform on Google Cloud Run

Primary LanguageDockerfile

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