mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
switch to dev EW+EC and bump rate limiting
This commit is contained in:
@@ -236,7 +236,7 @@ services:
|
|||||||
- backend
|
- backend
|
||||||
|
|
||||||
element-web:
|
element-web:
|
||||||
image: vectorim/element-web:latest
|
image: vectorim/element-web:develop
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# ports:
|
# ports:
|
||||||
# - 8080:80
|
# - 8080:80
|
||||||
@@ -254,7 +254,7 @@ services:
|
|||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
|
||||||
element-call:
|
element-call:
|
||||||
image: ghcr.io/element-hq/element-call
|
image: ghcr.io/element-hq/element-call:latest-ci
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# ports:
|
# ports:
|
||||||
# - 8082:80
|
# - 8082:80
|
||||||
|
|||||||
@@ -93,6 +93,12 @@ email:
|
|||||||
password_reset: "[%(server_name)s] Password reset"
|
password_reset: "[%(server_name)s] Password reset"
|
||||||
email_validation: "[%(server_name)s] Validate your email"
|
email_validation: "[%(server_name)s] Validate your email"
|
||||||
|
|
||||||
|
|
||||||
|
# temporarily boost rate-limits to avoid breaking WIP MatrixRTC signalling
|
||||||
|
rc_message:
|
||||||
|
per_second: 2
|
||||||
|
burst_count: 15
|
||||||
|
|
||||||
experimental_features:
|
experimental_features:
|
||||||
msc3861: # OIDC
|
msc3861: # OIDC
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user