mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Setup matrix federation
This commit is contained in:
parent
6f003bfa4f
commit
34788bd655
5 changed files with 39 additions and 18 deletions
|
|
@ -10,7 +10,7 @@ defaultEntryPoints = ["https","http"]
|
|||
entryPoint = "https"
|
||||
[entryPoints.https]
|
||||
address = ":443"
|
||||
[entryPoints.https.tls]
|
||||
[entryPoints.https.tls]
|
||||
[entryPoints.traefik]
|
||||
address = ":8080"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue