GithubHelp home page GithubHelp logo

garlicwallet / garlicore-node-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from plark-app/litecore-node-docker

0.0 0.0 1.0 18 KB

Litecore Node + Insight API + Insight UI in Docker

License: GNU Lesser General Public License v3.0

Dockerfile 83.25% Shell 16.75%

garlicore-node-docker's Introduction

Garlicore Node + Insight API + Insight UI in Docker

To run testnet (the default):

docker run -d -p 3001:3001 -p 42075:42075 -v /root/garlicoin-node/testnet:/root/garlicoin-node/data --name garlicoin-testnet garlicore-node

To run for livenet:

docker run -e GARLICOIN_LIVENET=1 -d -p 3001:3001 -p 42069:42069 -v /root/garlicoin-node/livenet:/root/garlicoin-node/data --name garlicoin-livenet garlicore-node

Tip: Ports 42069 (livenet) and 42075 (testnet) are inbound for garlicoind. Exposing them is just recommended.

Environment variables

  • GARLICOIN_LIVENET (default: 0) - Set 1 to enable livenet
  • API_ROUTE_PREFIX (default: api) - Set URL prefix for Insight API
  • UI_ROUTE_PREFIX (default: "") - Set URL prefix for Insight UI
  • API_CACHE_ENABLE (default: 1) - Enable/disable Insight API cache
  • API_LIMIT_ENABLE (default: 1) - Enable/disable Insight API rate limiter
  • API_LIMIT_WHITELIST (default: "127.0.0.1 ::1") - Whitelist, delimited by space
  • API_LIMIT_BLACKLIST (default: "") - Blacklist, delimited by space
  • API_LIMIT_COUNT (default: 10800)
  • API_LIMIT_INTERVAL (default: 10800000)
  • API_LIMIT_WHITELIST_COUNT (default: 108000)
  • API_LIMIT_WHITELIST_INTERVAL (default: 10800000)
  • API_LIMIT_BLACKLIST_COUNT (default: 0)
  • API_LIMIT_BLACKLIST_INTERVAL (default: 10800000)

garlicore-node-docker's People

Contributors

ed-lira avatar animegarlicoin avatar eropi4 avatar

Forkers

animegarlicoin

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.