gridsome / gridsome-starter-default

🐣 Default starter for Gridsome
https://gridsome-starter-default.netlify.app/
35 stars 33 forks source link

Docker & Docker Compose support #11

Open aminnairi opened 4 years ago

aminnairi commented 4 years ago

Hi there!

Rationale

I think that nowadays, containers have been embraced by many developers and that it would be nice to have some support for Docker inside the starter template by providing two files.

Implementation

More details here.

Pros

  1. Docker users will now embrace the full power of they favorite tool without having to think about it because it will be provided directly inside the starter.
  2. Non-Docker users won't have to change anything since this solution does not impact any other files in the starter.
  3. Docker officially supported by Gridsome without much effort and means more users willing to take the leap and try it out (this can include system administrators that want to create nice little web interfaces without the hassle of having to know and install all the development tools that we are used to).

What do you think? In my opinion this is a frictionless solution that I could easily provide in the form of a Pull Request if accepted.