version: '3'

services:

  mysql:
    image: gorillajs/mariadb
    expose: 
      - 3306
    volumes:
      - ../template:/root/templates
      - {{docker.data_path}}/{{project.id}}/mysql:/var/lib/mysql
    entrypoint:
      - bin/sh
      - /root/templates/entrypoint-mysql.sh
