1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-14 09:05:15 +01:00
barge/compose-files/ganache.yml
2020-07-06 10:18:07 -07:00

10 lines
354 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","--networkId","0x2324","--gasLimit","10000000000","--gasPrice","1","---hardfork","istanbul","--mnemonic","${GANACHE_MNEMONIC}"]