Setup matrix federation

This commit is contained in:
Paul-Henri Froidmont 2021-03-31 01:49:39 +02:00
parent 6f003bfa4f
commit 34788bd655
5 changed files with 39 additions and 18 deletions

View file

@ -10,7 +10,7 @@ defaultEntryPoints = ["https","http"]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[entryPoints.https.tls]
[entryPoints.traefik]
address = ":8080"

View file

@ -3,7 +3,7 @@ version: '3'
services:
traefik:
container_name: traefik
image: traefik:1.7.12-alpine
image: traefik:1.7-alpine
ports:
- 80:80
- 443:443
@ -15,7 +15,7 @@ services:
labels:
- "traefik.backend=traefik"
- "traefik.docker.network=web"
- "traefik.frontend.rule=Host:traefik.{{inventory_hostname}}.banditlair.com"
- "traefik.frontend.rule=Host:traefik.banditlair.com"
- "traefik.enable=true"
- "traefik.port=8080"
- "traefik.default.protocol=http"