mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
10 lines
172 B
YAML
10 lines
172 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
ganache:
|
||
|
image: trufflesuite/ganache-cli:latest
|
||
|
ports:
|
||
|
- 8545:8545
|
||
|
networks:
|
||
|
backend:
|
||
|
ipv4_address: 172.15.0.3
|
||
|
|