Skip to content
Snippets Groups Projects
Commit 7a5c2509 authored by Anthony GRAIGNIC's avatar Anthony GRAIGNIC
Browse files

Add explorer in local docker compose testnet

parent 3a75b0b5
No related branches found
No related tags found
1 merge request!86Resolve "Update testnet docker compose file"
Pipeline #6307 failed
......@@ -52,5 +52,15 @@ services:
- ecomobicoin-data:/data
restart: on-failure
explorer:
image: registry.gitlab.limos.fr/ecomobicoin/block-explorer
environment:
- ERIGON_URL=http://ecomobicoin-2.cri.local.isima.fr:20002
depends_on:
- node-2
ports:
- "5100:80"
restart: on-failure
volumes:
ecomobicoin-data:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment