Skip to content

GraphQL-Portal/graphql-portal-docker

Repository files navigation

GraphQL Portal Gateway and Dashboard Docker Builds

from Paris with Love

This repository contains various Docker Compose configurations for GraphQL Portal Gateway and Dashboard. Dockerfiles for Gateway and Dashboard are provided as separate containers in their respective repositories.

This repository also provides example configurations for different launch scenarios.

Read more about GraphQL Portal Gateway and Dashboard in the official documentation.

Quickstart

The quickest way to start playing with the gateway is to pull this repository and use a docker-compose file to launch both the Gateway and the Dashboard:

git clone git@github.com:graphql-portal/graphql-portal-docker.git
cd graphql-portal-docker

docker-compose -f docker-compose.yml up

For more information, visit our main repository with the documentation.