git clone https://github.com/communcom/mail-service.git
cd mail-servicecp .env.example .envAdd variables
MAILGUN_API_KEY=
GLS_DOMAIN=commun.com
GLS_FROM_WHO_EMAIL=no-reply@commun.com
GLS_EMAIL_SUBJECT=Your Commun Registration Verification Code
cp docker-compose.example.yml docker-compose.ymldocker-compose up -d --build