version: '3'

services:
  mongodb:
    image: mongo
    ports:
      - 27017:27017
