From 2a0f35bd795b88bec024a83615e8f4e996ec6aa7 Mon Sep 17 00:00:00 2001 From: StepanDemin Date: Fri, 22 Nov 2024 09:47:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?UTF-8?q?=D0=B0=20smtp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 53aabd3..e162dfe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,6 +54,18 @@ configs: enabled: true cluster-name: eisa-${BRANCH} stack: tunnel + spring: + mail: + host: smtp.gmail.com + port: 587 + username: expertisaewh@gmail.com + password: ${{ secrets.notification_password }} + properties: + mail: + smtp: + auth: true + starttls: + enable: true eisa: force-core-update: true metadata-git: