mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-31 18:18:05 +00:00 
			
		
		
		
	 1975534125
			
		
	
	1975534125
	
	
	
		
			
			This enables easy local running. Actual deployment files are moved to github.com/mailu/infra.
		
			
				
	
	
		
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # This file is used to test the mailu/docs website
 | |
| # Deployment files can be found on github.com/mailu/infra
 | |
| 
 | |
| version: '3'
 | |
| 
 | |
| services:
 | |
|   docs:
 | |
|     image: ${DOCKER_ORG:-mailu}/docs:${MAILU_VERSION:-master}
 | |
|     ports:
 | |
|       - 127.0.0.1:8000:80
 |