Add sites to LE resolver & securehttps middleware

This commit is contained in:
2020-09-04 02:14:12 -04:00
parent 1823318e51
commit 05fea8708b
6 changed files with 10 additions and 3 deletions

View File

@@ -43,6 +43,8 @@
labels:
traefik.http.routers.gitea.rule: "Host(`{{ gitea_domain }}`)"
traefik.http.routers.gitea.entrypoints: websecure
traefik.http.routers.gitea.tls.certresolver: letsencrypt
traefik.http.routers.gitea.middlewares: "securehttps@file"
traefik.http.services.gitea.loadbalancer.server.port: "3000"
traefik.docker.network: traefik
traefik.enable: "true"