Skip to content

Commit

Permalink
feat: add smtp details to send mock emails
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Dec 9, 2024
1 parent 7289041 commit 87df64e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,13 @@ services:
environment:
- NODE_ENV=production
- OPENCRVS_MOSIP_SERVER_URL=http://mosip-api:2024/webhooks/mosip
- SENDER_EMAIL_ADDRESS=${SENDER_EMAIL_ADDRESS:-}
- ALERT_EMAIL=${ALERT_EMAIL:-}
- SMTP_HOST=${SMTP_HOST:-}
- SMTP_PORT=${SMTP_PORT:-}
- SMTP_USERNAME=${SMTP_USERNAME:-}
- SMTP_PASSWORD=${SMTP_PASSWORD:-}
- SMTP_SECURE=${SMTP_SECURE:-}
deploy:
replicas: 1
labels:
Expand Down

0 comments on commit 87df64e

Please sign in to comment.