fix: add missing entrypoints (matrix, minio)

This commit is contained in:
decentral1se 2022-01-06 10:01:52 +01:00
parent 29f90fe409
commit 36707989d2
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 8 additions and 0 deletions

View File

@ -58,6 +58,14 @@ entrypoints:
metrics:
address: ":8082"
{{ end }}
{{ if eq (env "MATRIX_FEDERATION_ENABLED") "1" }}
matrix-federation:
address: ":9001"
{{ end }}
{{ if eq (env "MINIO_CONSOLE_ENABLED") "1" }}
minio-console:
address: ":9001"
{{ end }}
ping:
entryPoint: web