mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
12 lines
195 B
YAML
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
|