Skip to content

GraphQL client explorer packaged as a docker container 🕸

License

Notifications You must be signed in to change notification settings

appwrite/docker-altair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Altair

Discord Docker Pulls Build Status Twitter Account Follow Appwrite on StackShare

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

Appwrite GraphQL Explorer

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

About

GraphQL client explorer packaged as a docker container 🕸

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published