Enable http3 for all services, use central certResolver config

This commit is contained in:
Marko Korhonen 2021-08-30 16:08:38 +03:00
parent bb848dc70f
commit 1afe0f59cf
10 changed files with 6 additions and 24 deletions

View file

@ -28,8 +28,6 @@ services:
- "traefik.http.routers.gitea.entrypoints=https"
- "traefik.http.routers.gitea.rule=Host(`git.korhonen.cc`)"
- "traefik.http.routers.gitea.tls=true"
- "traefik.http.routers.gitea.tls.certresolver=http"
- "traefik.http.routers.gitea.service=gitea"
- "traefik.docker.network=proxy"
- "traefik.http.services.gitea.loadbalancer.server.port=3000"