Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 736 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 736 Bytes

graphql-playground-docker

Tiny Docker image for graphql-playground served by Golang.

Usage

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

Environment Variables

HOST

The GraphQL server hostname and port. Default: localhost:9000

GRAPQL_HOST

The GraphQL endpoint url. Default: http://$HOST/graphql

SUBSCRIPTION_HOST

The GraphQL subscriptions WebSocket endpoint url. Default: ws://$HOST/subscriptions

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