mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Optimized reset routine for docker images and specially discourse
This commit is contained in:
		| @@ -11,7 +11,7 @@ DISCOURSE_CONTAINER:            "{{ applications | get_app_conf(application_id, | ||||
| DISCOURSE_NETWORK:              "{{ applications | get_app_conf(application_id, 'docker.network') }}" | ||||
| DISCOURSE_VOLUME:               "{{ applications | get_app_conf(application_id, 'docker.volumes.data') }}" | ||||
| DISCOURSE_PLUGINS:              "{{ applications | get_app_conf(application_id, 'plugins') }}" | ||||
| DISCOURSE_PG_NETWORK:           "{{ applications | get_app_conf('svc-db-postgres', 'docker.network' ) }}" | ||||
| DISCOURSE_PG_NETWORK:           "{{ applications | get_app_conf('svc-db-' ~ database_type, 'docker.network' ) }}" | ||||
| DISCOURSE_REDIS_HOST:           "{{ application_id | get_entity_name }}-redis" | ||||
| DISCOURSE_REPOSITORY_URL:       "{{ applications | get_app_conf(application_id, 'docker.services.discourse.repository') }}" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user