Replace RESEND_API_KEY with SMTP env vars in docker-compose
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c3e67b9cae
commit
0fccf9d895
|
|
@ -10,7 +10,10 @@ services:
|
|||
- PORT=3000
|
||||
- DATA_DIR=/app/data
|
||||
- ADMIN_TOKEN=${ADMIN_TOKEN:-worldplay-admin-2026}
|
||||
- RESEND_API_KEY=${RESEND_API_KEY}
|
||||
- SMTP_HOST=${SMTP_HOST:-mx.jeffemmett.com}
|
||||
- SMTP_PORT=${SMTP_PORT:-587}
|
||||
- SMTP_USER=${SMTP_USER:-noreply@jeffemmett.com}
|
||||
- SMTP_PASS=${SMTP_PASS}
|
||||
- GOOGLE_SHEET_ID=${GOOGLE_SHEET_ID}
|
||||
- GOOGLE_CREDENTIALS=${GOOGLE_CREDENTIALS}
|
||||
# Listmonk newsletter integration (direct DB access)
|
||||
|
|
|
|||
Loading…
Reference in New Issue