You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
510 B
25 lines
510 B
http:
|
|
routers:
|
|
matrix:
|
|
rule: "Host(`matrix`)"
|
|
entryPoints:
|
|
- http
|
|
middlewares:
|
|
service: "matrix"
|
|
matrix-web:
|
|
# Element Web client
|
|
rule: "Host(`matrix-chat`)"
|
|
entryPoints:
|
|
- http
|
|
middlewares:
|
|
service: "matrix-web"
|
|
services:
|
|
matrix:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://127.0.0.1:6167"
|
|
passHostHeader: true
|
|
matrix-web:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://127.0.0.1:8080"
|
|
|