Swap certificates for wildcards

This commit is contained in:
Jake Howard
2021-10-18 21:59:10 +01:00
parent ebb571bf20
commit 4cdaba4692
19 changed files with 9 additions and 28 deletions

View File

@ -12,6 +12,5 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.librespeed.rule=Host(`speed.jakehoward.tech`)
- traefik.http.routers.librespeed.tls.certresolver=le
- traefik.http.routers.librespeed.middlewares=librespeed-auth@docker
- traefik.http.middlewares.librespeed-auth.basicauth.users={{ librespeed_basicauth }}