Skip to content

IGRA Orchestra

A Docker Compose-based deployment environment for IGRA Orchestra components.

Getting Started

Choose your deployment guide:

  • Mainnet - Public mainnet deployment with pre-built images
  • Galleon Testnet - Public Galleon testnet deployment with pre-built images

Operations

Troubleshooting

Requirements

  • Docker Engine 23.0+ and Docker Compose V2+
  • At least 32GB RAM (recommended for production)
  • Git and SSH access to github.com

Quick Start

For the fastest setup, use the automated scripts:

# IGRA Mainnet
./scripts/setup-mainnet.sh

# Galleon Testnet
./scripts/setup-galleon-testnet.sh

For full details, see the README on GitHub.