mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
feat(docker): connect mana-notify to Stalwart SMTP
Set SMTP defaults to use internal Stalwart server (stalwart:587) with noreply@mana.how credentials. Add stalwart as dependency for mana-notify. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4825aef262
commit
d5b76bd646
1 changed files with 3 additions and 1 deletions
|
|
@ -530,6 +530,8 @@ services:
|
|||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
stalwart:
|
||||
condition: service_started
|
||||
environment:
|
||||
PORT: 3013
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-mana123}@postgres:5432/mana_platform?sslmode=disable
|
||||
|
|
@ -538,7 +540,7 @@ services:
|
|||
SMTP_HOST: ${SMTP_HOST:-stalwart}
|
||||
SMTP_PORT: ${SMTP_PORT:-587}
|
||||
SMTP_USER: ${SMTP_USER:-noreply@mana.how}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD:-}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD:-ManaNoReply2026!}
|
||||
SMTP_FROM: "ManaCore <noreply@mana.how>"
|
||||
EXPO_ACCESS_TOKEN: ${EXPO_ACCESS_TOKEN:-}
|
||||
MATRIX_HOMESERVER_URL: http://mana-matrix-synapse:8008
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue