Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 248 Bytes

File metadata and controls

9 lines (8 loc) · 248 Bytes

CareChain Ethereum block explorer Docker image

  eth-explorer:
    image: carechain/eth-explorer
    ports:
      - "8000:8000"
    environment:
      - GETH_HOSTNAME=${API_HOST}
      - GETH_RPCPORT=${API_HOST_PORT}