Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GraphQL-Portal/graphql-portal-docker
Docker builds for GraphQL Portal Gateway and Dashboard
https://github.com/GraphQL-Portal/graphql-portal-docker
docker gateway graphql graphql-dashboard graphql-gateway
Last synced: 11 days ago
JSON representation
Docker builds for GraphQL Portal Gateway and Dashboard
- Host: GitHub
- URL: https://github.com/GraphQL-Portal/graphql-portal-docker
- Owner: GraphQL-Portal
- License: mit
- Created: 2021-01-15T14:08:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T17:03:52.000Z (over 3 years ago)
- Last Synced: 2024-08-02T05:09:10.261Z (3 months ago)
- Topics: docker, gateway, graphql, graphql-dashboard, graphql-gateway
- Language: Dockerfile
- Homepage: https://www.graphql-portal.com/
- Size: 836 KB
- Stars: 9
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Portal Gateway and Dashboard Docker Builds
[![from Paris with Love](https://img.shields.io/badge/from%20Paris%20with-%F0%9F%A4%8D-red)](https://shields.io/)
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](https://github.com/graphql-portal/graphql-portal#graphql-portal-gateway).
## 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:
```shell
git clone [email protected]:graphql-portal/graphql-portal-docker.git
cd graphql-portal-dockerdocker-compose -f docker-compose.yml up
```For more information, visit our [main repository with the documentation](https://github.com/graphql-portal/graphql-portal#quick-start).