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