version: '3'

services:

  mongo:
    image: gorillajs/mongo
    expose: 
      - 27017
    volumes:
      - ../template:/root/templates
      - {{docker.data_path}}/{{project.id}}/mongo:/data/db
    entrypoint:
      - bin/sh
      - /root/templates/entrypoint-mongo.sh
