feat: keycloak config

Closes https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/18.
This commit is contained in:
cellarspoon
2021-12-12 23:56:34 +01:00
parent 10e459f183
commit 4f936a594a
3 changed files with 39 additions and 1 deletions

18
compose.keycloak.yml Normal file
View File

@ -0,0 +1,18 @@
---
version: "3.8"
services:
app:
secrets:
- db_password
- keycloak_client_secret
environment:
- KEYCLOAK_ENABLED
- KEYCLOAK_NAME
- KEYCLOAK_URL
- KEYCLOAK_CLIENT_ID
secrets:
keycloak_client_secret:
external: true
name: ${STACK_NAME}_keycloak_client_secret_${SECRET_KEYCLOAK_CLIENT_SECRET_VERSION}