Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A modern and lightweight Docker image to run GraphiQL

License

NotificationsYou must be signed in to change notification settings

matchory/graphiql-docker

Repository files navigation

A Docker image for GraphiQL, a graphical interactive in-browser GraphQL IDE.

This Docker image provides a simple way to run GraphiQL, the interactive in-browser GraphQL IDE, using Docker. It isdesigned to be easy to set up and use, allowing developers to quickly test and explore their GraphQL APIs.

Usage

To run the GraphiQL Docker image, you can use the following command:

docker run \      --port 8080:80 \      --env GRAPHQL_ENDPOINT=http://localhost:4000/graphql \  ghcr.io/matchory/graphiql

Environment Variables

The following environment variables can be set to customize the GraphiQL instance:

  • GRAPHQL_ENDPOINT: The URL of the GraphQL endpoint to connect to. Default ishttp://localhost:4000/graphql.

Yup, that's it for now. More to come. Have a suggestion for a configuration option? Create an issue.

Contributing

If you have suggestions for improvements or want to contribute to this project, feel free to open an issue or submit apull request. To set up the project locally, you can clone the repository and run the following commands:

npm install# Start the app with a mounted Caddyfile,docker compose up# ...or spin up the development server:npm run dev

About

A modern and lightweight Docker image to run GraphiQL

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp