graphql-kit / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph
https://graphql-kit.com/graphql-voyager/
MIT License
7.74k stars 513 forks source link

Feature: Docker Image of minimal html page #43

Open Ewan-Keith opened 6 years ago

Ewan-Keith commented 6 years ago

Are there any plans to develop a docker image of the basic html page showcasing voyager? This would be helpful for managing more flexible deployments of the tool without having to worry about the host.

IvanGoncharov commented 6 years ago

@Ewan-Keith Great idea! The problem is that we have almost no experience with Docker so PRs are welcome 😉

harobed commented 5 years ago

I see this project https://github.com/pyar6329/graphql-voyager-docker

harobed commented 5 years ago

And this one https://github.com/graphql-services/graphql-voyager

IvanGoncharov commented 5 years ago

@harobed I don't have any experience with Docker so can't implement or test it myself but I'm happy to merge PR that adds this feature.

harobed commented 5 years ago

@IvanGoncharov I have created this Pull Request: https://github.com/APIs-guru/graphql-voyager/pull/126