Skip to content
Snippets Groups Projects
Commit a3ec6dbb authored by Jerome DESCHAMPS's avatar Jerome DESCHAMPS
Browse files

Merge branch '114-update-testnet-docker-compose-file' into 'dev'

Resolve "Update testnet docker compose file"

Closes #114

See merge request !86
parents 2f2f9d1d 7a5c2509
No related branches found
No related tags found
1 merge request!86Resolve "Update testnet docker compose file"
Pipeline #6308 passed
......@@ -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