xops / expedition

🧭 A block explorer for the Ethereum stack.
https://expedition.dev/
Apache License 2.0
157 stars 93 forks source link

Running to docker #18

Open laronlineworld opened 2 years ago

laronlineworld commented 2 years ago

How to run expedition on docker? any ways?

DRIgnazGortngschirl commented 2 years ago

1.st I would build the Dockerfile

2.nd Try this docker-compose.yml

version: '3.3'
networks:
  web:
    external: true
  back-tier: null
services:
 expedition:
    ports:
      - '8999:80'
    image: 'expedition:latest'
    networks:
      - back-tier
    restart: unless-stopped

3.rd access via the exposed poorts

kavimaluskam commented 1 year ago

I think you can use etclabscore/expedition on dockerhub.