1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-30 05:32:04 +02:00
barge/compose-files/nodes/ganache_node.yml
2019-02-08 09:13:23 +01:00

12 lines
195 B
YAML

version: '3'
services:
keeper-node:
image: trufflesuite/ganache-cli:latest
command:
-d
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12