version: "3"
services:
  mongodb:
    restart: always
    image: mongo
    ports:
      - 27017:27017
