20 lines
		
	
	
		
			244 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			244 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # This file will need copied as `.env` and adjusted as necessary.
 | |
| 
 | |
| ## Docker ##
 | |
| 
 | |
| COMPOSE_BAKE=true
 | |
| 
 | |
| ## Performance ##
 | |
| 
 | |
| # Micro Server
 | |
| CPU=0.20
 | |
| MEM=0.10G
 | |
| CPU_LE=0.10
 | |
| MEM_LE=0.05G
 | |
| 
 | |
| # Capable Server
 | |
| #CPU=1.00
 | |
| #MEM=0.50G
 | |
| #CPU_LE=0.50
 | |
| #MEM_LE=0.25G
 |