[nextcloud] Add smtp_relay network
This commit is contained in:
		
							parent
							
								
									eb3c32d689
								
							
						
					
					
						commit
						bd801afb08
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -29,12 +29,16 @@ services:
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - webproxy
 | 
					      - webproxy
 | 
				
			||||||
      - nextcloud
 | 
					      - nextcloud
 | 
				
			||||||
 | 
					      - smtp_relay
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
networks:
 | 
					networks:
 | 
				
			||||||
  nextcloud:
 | 
					  nextcloud:
 | 
				
			||||||
  webproxy:
 | 
					  webproxy:
 | 
				
			||||||
   external: true
 | 
					   external: true
 | 
				
			||||||
   name: webproxy
 | 
					   name: webproxy
 | 
				
			||||||
 | 
					  smtp_relay:
 | 
				
			||||||
 | 
					   external: true
 | 
				
			||||||
 | 
					   name: smtp_relay
 | 
				
			||||||
 | 
					
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
  postgres_data:
 | 
					  postgres_data:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue