mkrou / graphql-playground-docker

Docker image for graphql-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-playground-docker

Tiny Docker image for graphql-playground served by Golang.

Usage

docker run --name graphql-playground -d mkrou/graphql-playground-docker

Environment Variables

HOST

The GraphQL endpoint url. Default: http://localhost:9000/graphql

THEME

Property to customize your color theme. Possible values: 'dark', 'light'. Default: dark

TITLE

Property to customize title. Default: "GraphQL Playground"

PORT

The GraphQL Playground serving port. Default: 8080

About

Docker image for graphql-playground


Languages

Language:Go 71.6%Language:CSS 28.4%