docker-altair

GraphQL client explorer packaged as a docker container 🕸

MIT License

Stars
24
Committers
5

Docker Altair

A Docker image for the very popular GraphQL explorer by Altair 🕸

Getting Started

These instructions will cover usage information to help your run Altair docker image

Prerequisities

In order to run this image you'll need docker installed.

Usage

Note To ensure the GraphQL docs load in the explorer, set the _APP_OPTIONS_ABUSE variable to disabled in your .env file.

APPWRITE_ENDPOINT=http://localhost/v1
docker run --rm -p "3000:3000" -e "SERVER_URL=$APPWRITE_ENDPOINT/graphql" appwrite/altair

After starting the container, open your browser and browse to http://localhost:3000/.

Environment Variables

This image uses the following Environment Variables

  • SERVER_URL - Your GraphQL Server URL

Build / Release

docker build --tag appwrite/altair:<TAG> .
docker push appwrite/altair:<TAG>

Multi-arch build (experimental using buildx):

docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le --tag appwrite/altair:<TAG> --push .

Find Us

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php