forked from coop-cloud/traefik
		
	fix: add missing entrypoints (matrix, minio)
This commit is contained in:
		| @ -58,6 +58,14 @@ entrypoints: | |||||||
|   metrics: |   metrics: | ||||||
|     address: ":8082" |     address: ":8082" | ||||||
|   {{ end }} |   {{ 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: | ping: | ||||||
|   entryPoint: web |   entryPoint: web | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user