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