mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Optimized healthcheck link for web-app-yourls
This commit is contained in:
		@@ -16,4 +16,4 @@ YOURLS_LANDINGPAGE_STATUS_CODE: "{{ applications | get_app_conf(application_id,
 | 
			
		||||
 | 
			
		||||
# Container
 | 
			
		||||
container_port:                 8080
 | 
			
		||||
container_healthcheck:          "{{ '' | safe_join(YOURLS_ADMIN_LOCATION) }}/"
 | 
			
		||||
container_healthcheck:          "{{ (YOURLS_ADMIN_LOCATION | regex_replace('^/+', '') | regex_replace('/+$', '')) ~ '/' }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user