From 75bb1e46750aedbd446de7ba32663e83fc3eb5db Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 5 Sep 2024 21:06:29 +0800 Subject: [PATCH] refactor: Remove unnecessary tls configuration for local in local_core.yml --- swarm/local_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/local_core.yml b/swarm/local_core.yml index dbfd505..aaa7601 100644 --- a/swarm/local_core.yml +++ b/swarm/local_core.yml @@ -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