clowder-framework / clowder

A data management system that allows users to share, annotate, organize and analyze large collections of datasets. It provides support for extensible metadata annotation using JSON-LD and a distribute analytics event bus for automatic curation of uploaded data.
https://clowderframework.org/
University of Illinois/NCSA Open Source License
36 stars 17 forks source link

[TASK] Add SMTP_FROM for clowder service in docker-compose.yml #417

Closed bingzhang closed 1 year ago

bingzhang commented 1 year ago

Is your feature request related to a problem? Please describe. in docker-compose.yml, the clowder service environment missing a SMTP_FROM. It may not pick the smtp_from from .env file.

Describe the solution you'd like add a line SMTP_FROM

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.