Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.13 KB

File metadata and controls

35 lines (21 loc) · 1.13 KB

Neurai Docker Services

A collection of Docker images and Docker Compose configurations to run the key components of the Neurai ecosystem.


Prerequisites


Repository Structure

.
├── blockbook-docker-compose/   # Docker Compose for Blockbook + dependencies
├── blockbook/                  # Standalone Blockbook Dockerfile
├── electrumx-node/             # Dockerfile for ElectrumX + integrated Neurai node
├── neurai-node/                # Dockerfile for standalone Neurai node
└── rpc-neurai/                 # Dockerfile for Neurai node + RPC API service

Each directory contains a Dockerfile (and, where appropriate, a docker-compose.yml) plus a sample .env.example for environment-variable configuration.


License

No license is specified in this repository. If you wish to apply an open-source license, add a LICENSE file (e.g., MIT).