feat: add mail settings

Signed-off-by: Tony Tang <tonytang@lilith.com>
This commit is contained in:
Tony Tang
2025-12-07 00:19:09 +08:00
parent db354b8493
commit 31be9ab2f8
2 changed files with 9 additions and 9 deletions

View File

@@ -25,6 +25,15 @@ services:
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}
tinybird__tracker__datasource: analytics_events
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
mail__transport: ${MAIL_TRANSPORT}
mail__options__host: ${MAIL_HOST}
mail__options__port: ${MAIL_PORT}
mail__options__secure: ${MAIL_SECURE}
mail__options__auth__user: ${MAIL_USER}
mail__options__auth__pass: ${MAIL_PASSWORD}
mail__from: ${MAIL_FROM}
ACTIVITYPUB_TARGET: ${ACTIVITYPUB_TARGET}
COMPOSE_PROFILES: ${COMPOSE_PROFILES}
volumes:
- ${UPLOAD_LOCATION:-./data/ghost}:/var/lib/ghost/content
depends_on: