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

10 lines
179 B
YAML
Raw Normal View History

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