mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Use more fully-qualified container images
This is both for consistency with 93cc71cb69976c and for making things more obvious.
This commit is contained in:
		| @@ -53,7 +53,7 @@ matrix_jitsi_enable_lobby: false | ||||
|  | ||||
| matrix_jitsi_container_image_tag: "stable-5142" | ||||
|  | ||||
| matrix_jitsi_web_docker_image: "jitsi/web:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_web_docker_image: "docker.io/jitsi/web:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_web_docker_image_force_pull: "{{ matrix_jitsi_web_docker_image.endswith(':latest') }}" | ||||
|  | ||||
| matrix_jitsi_web_base_path: "{{ matrix_base_data_path }}/jitsi/web" | ||||
| @@ -114,7 +114,7 @@ matrix_jitsi_web_config_constraints_video_height_ideal: 720 | ||||
| matrix_jitsi_web_config_constraints_video_height_max: 720 | ||||
| matrix_jitsi_web_config_constraints_video_height_min: 240 | ||||
|  | ||||
| matrix_jitsi_prosody_docker_image: "jitsi/prosody:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_prosody_docker_image: "docker.io/jitsi/prosody:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_prosody_docker_image_force_pull: "{{ matrix_jitsi_prosody_docker_image.endswith(':latest') }}" | ||||
|  | ||||
| matrix_jitsi_prosody_base_path: "{{ matrix_base_data_path }}/jitsi/prosody" | ||||
| @@ -128,7 +128,7 @@ matrix_jitsi_prosody_container_extra_arguments: [] | ||||
| matrix_jitsi_prosody_systemd_required_services_list: ['docker.service'] | ||||
|  | ||||
|  | ||||
| matrix_jitsi_jicofo_docker_image: "jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_jicofo_docker_image: "docker.io/jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}" | ||||
|  | ||||
| matrix_jitsi_jicofo_base_path: "{{ matrix_base_data_path }}/jitsi/jicofo" | ||||
| @@ -145,7 +145,7 @@ matrix_jitsi_jicofo_auth_user: focus | ||||
| matrix_jitsi_jicofo_auth_password: '' | ||||
|  | ||||
|  | ||||
| matrix_jitsi_jvb_docker_image: "jitsi/jvb:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_jvb_docker_image: "docker.io/jitsi/jvb:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}" | ||||
|  | ||||
| matrix_jitsi_jvb_base_path: "{{ matrix_base_data_path }}/jitsi/jvb" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user