naviocean / stellarkit-core-horizon

Docker file for stellar core and horizon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StellarKit Core Horizon

The simplest and cleanest Docker image for running stellar core and horizon

Build and run:

docker-compose build
docker-compose up -d

Defaults to testnet.

Creates a folder 'stellar' in your home folder. Everything is stored there, delete it to reset.

This docker downloads and uses executables for core and horizon from Stellar. If you want to build from stellars master branch on GitHub, Find BUILD_FROM_SRC and set to 1. Find BUILD_FROM_SRC in /core-docker/Dockerfile and horizon-docker/Dockerfile

SSL NOTE:

Start it up once and stop it, for SSL to work you need to copy a folder named 'tsl' inside ~/stellar/node/horizon with your server.crt and server.key

Edit docker-compose.yml for mainnet

Pull requests welcome!

Disclaimer: We are not affiliated with, or sponsored or endorsed by, the Stellar Development Foundation.

Donations

If you like the code, a donation would be appreciated. Even a single XLM!

Click here for the donation page. Nano support!

XLM: GBJC6AF4I5FUTYMG4CXC3V2NYMIQANBRB4UQYY3M2RRZCXCNLFR7TN7J

About

Docker file for stellar core and horizon.


Languages

Language:Shell 72.7%Language:Dockerfile 22.7%Language:Python 4.6%