29 lines
		
	
	
		
			337 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			337 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# 2025-08-13 Hyperling
 | 
						|
 | 
						|
#
 | 
						|
## Docker ##
 | 
						|
#
 | 
						|
COMPOSE_BAKE=true
 | 
						|
 | 
						|
#
 | 
						|
## Git Website Repository ##
 | 
						|
#
 | 
						|
REPO=https://git.hyperling.com/me/hugo-jackanope
 | 
						|
BRANCH=prod
 | 
						|
 | 
						|
#
 | 
						|
## Web Environments ##
 | 
						|
# Please use values YES/TRUE and NO/FALSE.
 | 
						|
 | 
						|
# Whether to start NGINX
 | 
						|
PROD=YES
 | 
						|
 | 
						|
# Whether to start Hugo Server
 | 
						|
DEV=NO
 | 
						|
 | 
						|
#
 | 
						|
## Resources ##
 | 
						|
#
 | 
						|
CPU=0.10
 | 
						|
MEM=0.10G
 |