Remove auth and LE requirements (nginx replaces)

This commit is contained in:
2022-11-17 01:59:04 -05:00
parent a68ef1fffc
commit b0ca4dc906
6 changed files with 3 additions and 10 deletions

View File

@@ -47,7 +47,6 @@
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