forked from coop-cloud/outline
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			0.8.0+0.69
			...
			smtp
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3c9ea7e608 | 
							
								
								
									
										14
									
								
								compose.smtp.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								compose.smtp.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,14 @@
 | 
			
		||||
---
 | 
			
		||||
version: "3.8"
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  app:
 | 
			
		||||
    environment:
 | 
			
		||||
      - SMTP_HOST
 | 
			
		||||
      - SMTP_PORT
 | 
			
		||||
      - SMTP_USERNAME
 | 
			
		||||
      - SMTP_PASSWORD
 | 
			
		||||
      - SMTP_FROM_EMAIL
 | 
			
		||||
      - SMTP_REPLY_EMAIL
 | 
			
		||||
      - SMTP_SECURE
 | 
			
		||||
      - SMTP_TLS_CIPHERS
 | 
			
		||||
@ -3,6 +3,7 @@ version: "3.8"
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  app:
 | 
			
		||||
    # entrypoint: ['tail', '-f', '/dev/null']
 | 
			
		||||
    networks:
 | 
			
		||||
      - backend
 | 
			
		||||
      - proxy
 | 
			
		||||
@ -17,6 +18,7 @@ services:
 | 
			
		||||
        target: /docker-entrypoint.sh
 | 
			
		||||
        mode: 0555
 | 
			
		||||
    environment:
 | 
			
		||||
      - DEBUG
 | 
			
		||||
      - AWS_ACCESS_KEY_ID
 | 
			
		||||
      - AWS_REGION
 | 
			
		||||
      - AWS_S3_ACL
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user