25 lines
		
	
	
		
			730 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			730 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# This file will need renamed '.env' and have any private values modified.
 | 
						|
 | 
						|
## 2025-06-16
 | 
						|
## Performance Notes for Enabling BAKE
 | 
						|
# Compose by itself takes about 35s to build this project.
 | 
						|
# Enabling this setting first cause the build to take 80s.
 | 
						|
# Subsequent builds consistently take less than 2 seconds.
 | 
						|
# Testing was done on the micro server, not a workstation.
 | 
						|
COMPOSE_BAKE=true
 | 
						|
 | 
						|
## Branch ##
 | 
						|
# Allow choosing the branch. By leaving it blank, the main branch will be used.
 | 
						|
# Needs to be in the full "--branch my-branch" syntax.
 | 
						|
BRANCH=
 | 
						|
#BRANCH="--branch dev"
 | 
						|
 | 
						|
## Performance ##
 | 
						|
# Standard Server
 | 
						|
CPU=0.25
 | 
						|
MEM=0.25G
 | 
						|
# Micro Server
 | 
						|
# 2023-01-24 container needs 128M to get started fully then settles to 25M.
 | 
						|
#CPU=0.10
 | 
						|
#MEM=128M
 |