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-30 10:41:06 +01:00

9 lines
140 B
YAML

version: '2.1'
services:
mongodb:
image: mongo:3.6
command: mongod
networks:
backend:
ipv4_address: 172.15.0.11