1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-10 19:30:20 +02:00
barge/compose-files/ganache.yml

11 lines
524 B
YAML
Raw Normal View History

2020-06-28 14:15:53 +02:00
version: '3'
services:
ganache:
image: trufflesuite/ganache:latest
2020-06-28 14:15:53 +02:00
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.3
2023-07-26 16:54:58 +02:00
entrypoint: ["node","/app/dist/node/cli.js","--database.dbPath", "./ganache_cache","--chain.chainId","0x2324","--chain.networkId","0x2324","-a","20","-l","50000000","-g","1","--chain.hardfork","${GANACHE_FORK}","--miner.blockTime","${GANACHE_BLOCKTIME}","--miner.instamine","${GANACHE_INSTAMINE}","--wallet.mnemonic","${GANACHE_MNEMONIC}", "-e","1000000"]