Deploying Microservices to run Blockscout Explorer locally
The deployment uses Docker Compose
Last updated
The deployment uses Docker Compose
Last updated
Docker Compose is a tool that helps you define and share multi-container applications. With Compose, you can create a YAML file to define the services and with a single command, you can spin everything up or tear it all down. The document explains about the steps to run blockscout locally in Docker containers with docker compose.
Click , to learn about docker compose in detail.
The detailed explanation about Docker-compose configuration is explained in the below link,
The blockscout explorer can be run locally in Docker container with docker compose.
Docker v20.10+
Docker-compose 2.x.x+
Running Ethereum JSON RPC client
There are two ways in building the docker,
from source with native smart contract verification (deprecated)
There are different . The repository contains built-in configs for different clients without a need to build the image.