mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Added proxy conf variables for xwiki
This commit is contained in:
		@@ -1,9 +1,10 @@
 | 
			
		||||
# General
 | 
			
		||||
application_id:                       "web-app-xwiki"
 | 
			
		||||
database_type:                        "{{ applications | get_app_conf(application_id, 'docker.services.database.type') }}"
 | 
			
		||||
domain:                               "{{ domains | get_domain(application_id) }}"
 | 
			
		||||
 | 
			
		||||
container_port:                       8080
 | 
			
		||||
container_hostname:                   "{{ domains | get_domain(application_id) }}"
 | 
			
		||||
container_hostname:                   "{{ domain }}"
 | 
			
		||||
 | 
			
		||||
# XWiki
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user