Skip to content

Docker compose for running a Stellar Horizon and Core instance with GraphQL exposed

Notifications You must be signed in to change notification settings

kalepail/stellar-graphql-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stellar to GraphQL

Medium Article: https://medium.com/@tyvdh/building-stellar-apps-36303d0e6f45

Video Tutorials: https://www.youtube.com/watch?v=qO1GhY3UeR8 https://www.youtube.com/watch?v=FdcTz3B-PH4 https://www.youtube.com/watch?v=8AnjmzTgry0

Example Query Wiki: https://github.com/TinyAnvil/stellar-graphql-docker/wiki

"Quick" Start

## Install Docker
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt-cache policy docker-ce
apt-get install -y docker-ce
systemctl status docker

## Install Docker Compose
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

## Install glysh-docker repo
git clone https://github.com/TinyAnvil/glysh-docker.git
cd glysh-docker

## Run
docker-compose up

About

Docker compose for running a Stellar Horizon and Core instance with GraphQL exposed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published