An open API service indexing awesome lists of open source software.

https://github.com/divio/gatsby-divio-quickstart

A Dockerised Gatsby project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://github.com/divio/gatsby-divio-quickstart

divio docker gatsby

Last synced: 2 months ago
JSON representation

A Dockerised Gatsby project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.

Awesome Lists containing this project

README

          

# Gatsby Divio quickstart

A Dockerised Gatsby project, ready to deploy on Divio or another Docker-based cloud platform, and run
locally in Docker on your own machine. A Divio account is not required.

This project uses Gatsby's Hello World boilerplate.

## Try it

```bash
git clone git@github.com:divio/gatsby-divio-quickstart.git
cd gatsby-divio-quickstart
docker-compose build
docker-compose up
open http://127.0.0.1:8000/
```

For a more complete how-to guide for this project, see [Deploy a new Gatsby project using the Divio quickstart
repository](https://docs.divio.com/en/latest/how-to/gatsby-deploy-quickstart/) in the [Divio Developer
Handbook](https://docs.divio.com).

## Customising the project

Built-in options are available for using Postgres/MySQL, and others can be added as required etc.

Again, see [Deploy a new Gatsby project using the Divio quickstart
repository](https://docs.divio.com/en/latest/how-to/gatsby-deploy-quickstart/) for more guidance on customisation.

For more information about working with this Gatsby project, refer to the [Gatsby Hello World
Readme](https://github.com/gatsbyjs/gatsby-starter-hello-world/blob/master/README.md).