testing smtp config

master
pipistrello 2025-03-07 11:38:48 +03:00
parent bb3f2020b0
commit fc3c362faf
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ services:
- AZURE_CLIENT_SECRET=${AZURE_CLIENT_SECRET}
- AZURE_TENANT_ID=${AZURE_TENANT_ID}
- TEAM_LOGO=https://git.it-depot.ru/depot/docker-infrastructure/raw/commit/c25d86163f0911daa9b9109e753289087cd97b5e/depot_logo.png
- SMTP_HOST=mail.loopa.site
- SMTP_PORT=587
- SMTP_SECURE=false
- SMTP_USERNAME=konskaya@za.loopa.site
- SMTP_PASSWORD=${SMTP_PASSWORD}
- SMTP_FROM_EMAIL=konskaya@za.loopa.site
# ports:
# 443:443
networks: