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.
- Host: GitHub
- URL: https://github.com/divio/gatsby-divio-quickstart
- Owner: divio
- License: 0bsd
- Created: 2021-03-25T18:26:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T10:09:20.000Z (about 5 years ago)
- Last Synced: 2026-01-01T12:08:42.471Z (6 months ago)
- Topics: divio, docker, gatsby
- Language: Dockerfile
- Homepage: https://docs.divio.com/en/latest/how-to/quickstart-gatsby/
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).