Files
matrix-synapse/compose.shared_secret_auth.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

23 lines
545 B
YAML

---
version: "3.8"
services:
synapse:
environment:
- SHARED_SECRET_AUTH_ENABLED
secrets:
- shared_secret_auth
configs:
- source: shared_secret_auth
target: /usr/local/lib/python3.11/site-packages/shared_secret_authenticator.py
configs:
shared_secret_auth:
name: ${STACK_NAME}_shared_secret_auth_${SHARED_SECRET_AUTH_VERSION}
file: shared_secret_authenticator.py
secrets:
shared_secret_auth:
external: true
name: ${STACK_NAME}_shared_secret_auth_${SECRET_SHARED_SECRET_AUTH_VERSION}