xandronus / xdscontainer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xdscontainer

docker-compose scripts to run a XDS node in docker on a RPI built directly from block-core source along with a PWA node monitoring application for monitoring the status of the XDS fullnode

RPI Specific Hints

Configuration Variables

  • NOTE: 172.18.0.0/24 should be from docker network 'xds-net'
    • eg. 'docker network inspect xdscontainer_default' then look for Subnet
    • 172.18.0.2 is the ip of the running fullnode container
  • rpcuser and rpcpassword are your rpc credentials
  • Ports
    • fullnode p2p is 38333
    • fullnode rpc is 48333
    • fullnode api is 48334

Starting

  • To run the containers in the background:
    • docker-compose up -d

Testing

About

License:MIT License


Languages

Language:JavaScript 47.8%Language:CSS 35.1%Language:HTML 12.8%Language:Shell 2.8%Language:Dockerfile 1.6%