Open, interoperable, decentralised real-time communication – reference Matrix homeserver
https://github.com/matrix-org/synapse/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
393 B
20 lines
393 B
--- |
|
version: "3.8" |
|
|
|
services: |
|
app: |
|
secrets: |
|
- db_password |
|
- form_secret |
|
- macaroon_secret_key |
|
- registration_shared_secret |
|
- turn_shared_secret |
|
environment: |
|
- TURN_ALLOW_GUESTS |
|
- TURN_ENABLED |
|
- TURN_URIS |
|
|
|
secrets: |
|
turn_shared_secret: |
|
external: true |
|
name: ${STACK_NAME}_turn_shared_secret_${SECRET_TURN_SHARED_SECRET_VERSION}
|
|
|