mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 12:43:12 +01:00
fixed matrix_redis for migration
This commit is contained in:
parent
d1ba784dde
commit
60f34cd7af
@ -16,12 +16,12 @@ matrix_element_call_container_network: "matrix_element_call_network"
|
|||||||
matrix_element_call_image: "ghcr.io/element-hq/element-call:latest"
|
matrix_element_call_image: "ghcr.io/element-hq/element-call:latest"
|
||||||
matrix_jwt_service_image: "ghcr.io/element-hq/lk-jwt-service:latest-ci"
|
matrix_jwt_service_image: "ghcr.io/element-hq/lk-jwt-service:latest-ci"
|
||||||
matrix_livekit_image: "livekit/livekit-server:latest"
|
matrix_livekit_image: "livekit/livekit-server:latest"
|
||||||
matrix_redis_image: "redis:6-alpine"
|
redis_image: "redis:6-alpine"
|
||||||
|
|
||||||
# Ports
|
# Ports
|
||||||
matrix_element_call_port: "8093"
|
matrix_element_call_port: "8093"
|
||||||
matrix_jwt_service_port: "8881"
|
matrix_jwt_service_port: "8881"
|
||||||
matrix_redis_port: "6379"
|
redis_port: "6379"
|
||||||
|
|
||||||
# LiveKit configuration (should be set in host_vars or globally)
|
# LiveKit configuration (should be set in host_vars or globally)
|
||||||
matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key | default('unset-livekit-key') }}"
|
matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key | default('unset-livekit-key') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user