Files
matrix-synapse/compose.turn.yml
decentral1se 08b49c14d9
Some checks failed
continuous-integration/drone/push Build is failing
feat: use nginx proxy, config for public rooms (fedi)
See #38.
2023-10-08 01:41:29 +02:00

21 lines
397 B
YAML

---
version: "3.8"
services:
synapse:
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}