Giter Club home page Giter Club logo

ilp-kit-docker-compose's Introduction

ILP Kit Docker-Compose

Deploy a complete ILP kit through docker

This repository aims to reduce the setup time for ILP Kit to a single command. Depends on docker and docker-compose.

In order to start an ILP Kit, you need to:

  • Have a domain that points to your host machine.
  • Have an email address (different from the above domain).
  • Decide on a currency code for your ILP Kit's ledger.
  • Generate a SECURE base64 secret value (eg. with openssl rand 32 | base64).

To start ILP Kit, run the command below, but with your own values instead of these placeholders.

ILP_DOMAIN='example.com' \
ILP_EMAIL='[email protected]' \
ILP_CURRENCY='USD' \
ILP_SECRET='Z4ZwCWbuo18eMrS1Tgn5L0FPUgK/2pKvgdvZzMogPw4' \
docker-compose up -d

You can watch the logs with docker-compose logs -f ilp-kit.

Currently Included

  • ILP Kit
  • Postgres database (storing in the local data folder)
  • Automatic Letsencrypt setup (storing certs and keys in the data folder)
  • Nginx reverse proxy, exposing ILP Kit on port 443.

Planned Additions

  • Use different secrets between API, admin, connector, etc.
  • Allow advanced configuration for options like Github and Mailgun.

ilp-kit-docker-compose's People

Contributors

adrianhopebailie avatar haseebh avatar michielbdejong avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.