mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
11 lines
171 B
YAML
11 lines
171 B
YAML
version: '2.1'
|
|
services:
|
|
mongodb:
|
|
image: mongo:3.6
|
|
ports:
|
|
- "27017:27017"
|
|
command: mongod
|
|
networks:
|
|
backend:
|
|
ipv4_address: 172.15.0.11
|