blob-indexer 0.5.0

Blob indexer for the Blobscan explorer
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
version: "3.7"

services:
  indexer:
    image: blossomlabs/blobscan-indexer:${INDEXER_TAG}
    command: ["-d", "-s", "10"]
    network_mode: host
    restart: always
    env_file:
      - ".env"