1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-11 23:55:13 +01:00
barge/compose-files/ganache.yml
2020-09-08 11:29:54 +02:00

10 lines
402 B
YAML

version: '3'
services:
ganache:
image: trufflesuite/ganache-cli:latest
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.3
entrypoint: ["node", "/app/ganache-core.docker.cli.js", "--blockTime", "2", "--db", "./ganache_cache", "--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]