mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
removed redis images in favor of the inbuilt keyDB
This commit is contained in:
@ -14,11 +14,9 @@ matrix_element_call_container_additional_networks: [] # No additional networks
|
||||
|
||||
# Docker images
|
||||
matrix_element_call_image: "ghcr.io/element-hq/element-call:latest"
|
||||
redis_image: "redis:6-alpine"
|
||||
|
||||
# Ports
|
||||
matrix_element_call_port: "8093"
|
||||
redis_port: "6379"
|
||||
|
||||
# Well-known paths and domains (derived from matrix_domain)
|
||||
matrix_element_call_domain: "call.{{ matrix_domain }}"
|
||||
@ -26,11 +24,6 @@ matrix_element_call_well_known_client_path: "{{ matrix_base_data_path }}/static-
|
||||
matrix_element_call_well_known_element_path: "{{ matrix_base_data_path }}/static-files/public/.well-known/element/element.json"
|
||||
matrix_element_call_base_url: "https://{{ matrix_element_call_domain }}"
|
||||
|
||||
# Redis Configuration for Element Call
|
||||
redis_hostname: "localhost"
|
||||
#redis_port: 6379
|
||||
redis_password: ""
|
||||
|
||||
# Traefik Configuration for Element Call
|
||||
matrix_element_call_container_labels_traefik_enabled: true
|
||||
matrix_element_call_container_labels_traefik_docker_network: "{{ matrix_element_call_container_network }}"
|
||||
|
Reference in New Issue
Block a user