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

12 lines
197 B
YAML
Raw Normal View History

version: '2.1'
services:
2018-12-05 14:03:41 +01:00
keeper-node:
image: trufflesuite/ganache-cli:latest
2018-12-06 09:16:50 +01:00
command:
-d
ports:
- 8545:8545
networks:
backend:
ipv4_address: 172.15.0.12