Remove the explicit enable of TLS in Traefik

Much cleaner config!
This commit is contained in:
Jake Howard
2020-05-08 22:16:24 +01:00
parent 19fc0c0957
commit bb5e489f8c
17 changed files with 0 additions and 21 deletions

View File

@ -21,7 +21,6 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.nextcloud.rule=Host(`intersect.jakehoward.tech`)"
- "traefik.http.routers.nextcloud.tls=true"
- "traefik.http.routers.nextcloud.tls.certresolver=le"
db:
@ -64,7 +63,6 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.onlyoffice.rule=Host(`onlyoffice.jakehoward.tech`)"
- "traefik.http.routers.onlyoffice.tls=true"
- "traefik.http.routers.onlyoffice.tls.certresolver=le"
- "traefik.http.routers.onlyoffice.middlewares=oo-header"
- "traefik.http.middlewares.oo-header.headers.customRequestHeaders.X-Forwarded-Proto=https"