Improve mail service
This commit is contained in:
		@ -39,6 +39,16 @@ services:
 | 
			
		||||
    deploy:
 | 
			
		||||
      mode: replicated
 | 
			
		||||
      replicas: 1
 | 
			
		||||
    environment:
 | 
			
		||||
      MAIL_DOMAIN: localhost
 | 
			
		||||
      MAIL_HOST: mailhog
 | 
			
		||||
      MAIL_PORT: 1025
 | 
			
		||||
      MAIL_USERNAME: ""
 | 
			
		||||
      MAIL_PASSWORD: ""
 | 
			
		||||
      MAIL_ENCRYPTION: none
 | 
			
		||||
      FROM_NAME: me
 | 
			
		||||
      FROM_ADDR: me@here.com
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  postgres:
 | 
			
		||||
    image: postgres:16.4-alpine
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user