refactor: dynamic SMTP for self host (#138)

Co-authored-by: KM Koushik <koushikmohan1996@gmail.com>
This commit is contained in:
Sidharth Babu
2025-03-29 09:10:25 +05:30
committed by GitHub
parent 521511f86f
commit 5cf5022aed
6 changed files with 22 additions and 2 deletions

View File

@@ -62,6 +62,8 @@ services:
- REDIS_URL=${REDIS_URL:?err}
- NEXT_PUBLIC_IS_CLOUD=${NEXT_PUBLIC_IS_CLOUD:-false}
- API_RATE_LIMIT=${API_RATE_LIMIT:-1}
- NEXT_PUBLIC_SMTP_HOST=${NEXT_PUBLIC_SMTP_HOST:-smtp.unsend.dev}
- NEXT_PUBLIC_SMTP_USER=${NEXT_PUBLIC_SMTP_USER:-unsend}
depends_on:
postgres:
condition: service_healthy