1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-25 20:01:10 +01:00
barge/compose-files/mongodb.yml
2019-02-08 10:57:56 +01:00

9 lines
138 B
YAML

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