mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-30 19:39:22 +00:00
setup SFU webhooks for local dev environment to be compatible with delegation of delayed events (#3717)
* setup webhooks for SFUs * add ca certs to SFU containers such that webhooks are accepted
This commit is contained in:
@@ -18,3 +18,7 @@ keys:
|
|||||||
devkey: secret
|
devkey: secret
|
||||||
room:
|
room:
|
||||||
auto_create: false
|
auto_create: false
|
||||||
|
webhook:
|
||||||
|
api_key: devkey
|
||||||
|
urls:
|
||||||
|
- https://matrix-rtc.othersite.m.localhost/livekit/jwt/sfu_webhook
|
||||||
|
|||||||
@@ -18,3 +18,7 @@ keys:
|
|||||||
devkey: secret
|
devkey: secret
|
||||||
room:
|
room:
|
||||||
auto_create: false
|
auto_create: false
|
||||||
|
webhook:
|
||||||
|
api_key: devkey
|
||||||
|
urls:
|
||||||
|
- https://matrix-rtc.m.localhost/livekit/jwt/sfu_webhook
|
||||||
|
|||||||
@@ -62,7 +62,10 @@ services:
|
|||||||
- 7882:7882/tcp
|
- 7882:7882/tcp
|
||||||
- 50100-50200:50100-50200/udp
|
- 50100-50200:50100-50200/udp
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./backend/dev_tls_m.localhost.crt:/local_cert.pem:Z
|
||||||
- ./backend/dev_livekit.yaml:/etc/livekit.yaml:Z
|
- ./backend/dev_livekit.yaml:/etc/livekit.yaml:Z
|
||||||
|
environment:
|
||||||
|
- SSL_CERT_FILE=/local_cert.pem
|
||||||
networks:
|
networks:
|
||||||
- ecbackend
|
- ecbackend
|
||||||
|
|
||||||
@@ -82,7 +85,10 @@ services:
|
|||||||
- 17882:17882/tcp
|
- 17882:17882/tcp
|
||||||
- 50300-50400:50300-50400/udp
|
- 50300-50400:50300-50400/udp
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./backend/dev_tls_m.localhost.crt:/local_cert.pem:Z
|
||||||
- ./backend/dev_livekit-othersite.yaml:/etc/livekit.yaml:Z
|
- ./backend/dev_livekit-othersite.yaml:/etc/livekit.yaml:Z
|
||||||
|
environment:
|
||||||
|
- SSL_CERT_FILE=/local_cert.pem
|
||||||
networks:
|
networks:
|
||||||
- ecbackend
|
- ecbackend
|
||||||
|
|
||||||
@@ -164,6 +170,8 @@ services:
|
|||||||
- "8448:8448"
|
- "8448:8448"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
- "auth-server:127.0.0.1"
|
||||||
|
- "auth-server-1:127.0.0.1"
|
||||||
depends_on:
|
depends_on:
|
||||||
- synapse
|
- synapse
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user