Midgard - Docker
Setting up Midgard with Docker
Prerequisites
Install all packages needed for running and configuring the Midgard container
apt install -y --no-install-recommends docker.ioConfiguration
Work directories
Prepare work directories
mkdir -p /opt/timescale
mkdir -p /opt/midgard/{config,blockstore}Genesis
Download the genesis file.
Nine Realms infrastructure has been decommissioned. Refer to the upstream node-launcher documentation for the current genesis file source.
Add midgard config.
Nine Realms infrastructure has been decommissioned. The blockstore.remote field below is left empty — refer to the upstream Thornode Snapshot Recovery and Storage Management doc for the current value.
Start
Start the TimescaleDB database
Start Midgard
Last updated
Was this helpful?