From dc036e5f515508bcb2c9b1164b71f4344320ad6d Mon Sep 17 00:00:00 2001 From: Oliver <36953982+Syiana@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:24:33 +0100 Subject: [PATCH] Update teable.yaml --- templates/compose/teable.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/compose/teable.yaml b/templates/compose/teable.yaml index c547a8f17..8769fb6e2 100644 --- a/templates/compose/teable.yaml +++ b/templates/compose/teable.yaml @@ -23,6 +23,13 @@ services: - 'REDIS_PASSWORD=${SERVICE_PASSWORD_REDIS}' - BACKEND_CACHE_PROVIDER=redis - 'BACKEND_CACHE_REDIS_URI=redis://default:${SERVICE_PASSWORD_REDIS}@teable-cache:6379/0' + - BACKEND_MAIL_HOST=${BACKEND_MAIL_HOST} + - BACKEND_MAIL_PORT=${BACKEND_MAIL_PORT} + - BACKEND_MAIL_SECURE=${BACKEND_MAIL_SECURE} + - BACKEND_MAIL_SENDER=${BACKEND_MAIL_SENDER} + - BACKEND_MAIL_SENDER_NAME=${BACKEND_MAIL_SENDER_NAME} + - BACKEND_MAIL_AUTH_USER=${BACKEND_MAIL_AUTH_USER} + - BACKEND_MAIL_AUTH_PASS=${BACKEND_MAIL_AUTH_PASS} depends_on: teable-cache: condition: service_healthy