1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00
barge/compose-files/mongo.yml
2018-11-29 12:32:38 +01:00

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