Add Dockerfile

This commit is contained in:
Abel Luck 2022-07-22 12:53:34 +00:00
parent 80c6fbd7bb
commit be8d7d6eee
7 changed files with 71 additions and 34 deletions

View file

@ -51,6 +51,7 @@ class MatrixClientSettings(BaseSettings):
class Config:
env_prefix = "MATRIX_"
secrets_dir = "/run/secrets"
case_sensitive = False