version: "2"

services:
  db:
    command: mongod
    image: mongo:4.2
    ports:
      - "27000:27017"