|  | @@ -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 <no-reply@dify.ai>)'
 | 
	
		
			
				|  |  | +      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
 |