mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Rmeoved is_feature_enabled function
This commit is contained in:
		| @@ -9,7 +9,7 @@ | ||||
|       - media-data:/taiga-back/media | ||||
|       # - ./config.py:/taiga-back/settings/config.py | ||||
|  | ||||
| {% if applications | is_feature_enabled('oidc',application_id) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
| {% if applications | get_app_conf(application_id, 'features.oidc', False) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
|  | ||||
|       - {{ docker_compose.directories.config }}taiga-local.py:/taiga-back/settings/local.py:ro | ||||
|  | ||||
| @@ -22,7 +22,7 @@ | ||||
|         condition: service_started | ||||
|       taiga-async-rabbitmq: | ||||
|         condition: service_started | ||||
| {% if applications | is_feature_enabled('oidc',application_id) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
| {% if applications | get_app_conf(application_id, 'features.oidc', False) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
|      | ||||
|     command: > | ||||
|       /bin/sh -c " | ||||
| @@ -42,7 +42,7 @@ | ||||
|       - media-data:/taiga-back/media | ||||
|       # - ./config.py:/taiga-back/settings/config.py | ||||
|  | ||||
| {% if applications | is_feature_enabled('oidc',application_id) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
| {% if applications | get_app_conf(application_id, 'features.oidc', False) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
|  | ||||
| {% for item in settings_files %} | ||||
|       - {{ docker_compose.directories.config }}taiga-{{ item }}.py:/taiga-back/settings/{{ item }}.py:ro | ||||
| @@ -57,7 +57,7 @@ | ||||
|         condition: service_started | ||||
|       taiga-async-rabbitmq: | ||||
|         condition: service_started | ||||
| {% if applications | is_feature_enabled('oidc',application_id) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
| {% if applications | get_app_conf(application_id, 'features.oidc', False) and applications | get_app_conf(application_id, 'oidc.flavor', True) == 'taigaio' %} | ||||
|      | ||||
|     command: > | ||||
|       /bin/sh -c " | ||||
|   | ||||
		Reference in New Issue
	
	Block a user