1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-01 08:05:17 +01:00
barge/compose-files/nodes/ganache_node.yml
2018-12-05 10:46:50 +01:00

10 lines
179 B
YAML

version: '2.1'
services:
blockchain-node:
image: trufflesuite/ganache-cli:latest
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12