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.
git clone [email protected]: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 in the Divio Developer Handbook.
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 for more guidance on customisation.
For more information about working with this Gatsby project, refer to the Gatsby Hello World Readme.