refactor: Remove unnecessary tls configuration for local in local_core.yml

This commit is contained in:
2024-09-05 21:06:29 +08:00
parent 95ed547bbd
commit 75bb1e4675
+1 -1
View File
@@ -78,7 +78,7 @@ services:
- traefik.http.routers.traefik-public-https.entrypoints=https
- traefik.http.routers.traefik-public-https.tls=true
# Use the "le" (Let's Encrypt) resolver created below
- traefik.http.routers.traefik-public-https.tls.certresolver=le
# - traefik.http.routers.traefik-public-https.tls.certresolver=le
# Enable HTTP Basic auth, using the middleware created above
- traefik.http.routers.traefik-public-https.middlewares=admin-auth
# Use the special Traefik service api@internal with the web UI/Dashboard