git clone https://github.com/communcom/mail-service.git
cd mail-service
cp .env.example .env
Add variables
MAILGUN_API_KEY=
GLS_DOMAIN=commun.com
[email protected]
GLS_EMAIL_SUBJECT=Your Commun Registration Verification Code
cp docker-compose.example.yml docker-compose.yml
docker-compose up -d --build