From d62d4f69b13e345b1f4609204c986a799b18fe1f Mon Sep 17 00:00:00 2001 From: Tony Tang Date: Sun, 7 Dec 2025 00:19:09 +0800 Subject: [PATCH] feat: add mail settings Signed-off-by: Tony Tang --- compose.dokploy.yml | 9 +++++++++ compose.yml | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/compose.dokploy.yml b/compose.dokploy.yml index c06d251..4909776 100644 --- a/compose.dokploy.yml +++ b/compose.dokploy.yml @@ -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: diff --git a/compose.yml b/compose.yml index defc24a..5f38886 100644 --- a/compose.yml +++ b/compose.yml @@ -41,15 +41,6 @@ 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: