1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 17:50:13 +01:00
barge/compose-files/ganache.yml
md00ux a138a88b94
update ganache
-use newer ganache image
-update entrypoint
2022-12-12 21:34:22 +02:00

11 lines
424 B
YAML

version: '3'
services:
ganache:
image: trufflesuite/ganache:latest
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.3
entrypoint: ["node","/app/dist/node/cli.js","--database.dbPath", "./ganache_cache","--chain.chainId","0x2324","--chain.networkId","0x2324","-l","10000000000","-g","1","--chain.hardfork","istanbul","--wallet.mnemonic","${GANACHE_MNEMONIC}", "-e","1000000"]