From 198d6c00d6433feda2cb69b31c480832674e94b5 Mon Sep 17 00:00:00 2001 From: rechardwang Date: Sat, 11 May 2024 13:41:12 +0800 Subject: [PATCH] Update docker-compose.yaml (#4288) --- docker/docker-compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 1baba04bd2..0c3a0c202f 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -177,6 +177,7 @@ services: image: langgenius/dify-api:0.6.7 restart: always environment: + CONSOLE_WEB_URL: '' # Startup mode, 'worker' starts the Celery worker for processing the queue. MODE: worker @@ -251,6 +252,11 @@ services: MAIL_TYPE: '' # default send from email address, if not specified MAIL_DEFAULT_SEND_FROM: 'YOUR EMAIL FROM (eg: no-reply )' + SMTP_SERVER: '' + SMTP_PORT: 587 + SMTP_USERNAME: '' + SMTP_PASSWORD: '' + SMTP_USE_TLS: 'true' # the api-key for resend (https://resend.com) RESEND_API_KEY: '' RESEND_API_URL: https://api.resend.com