From 46534f33a5173d7ecd199d63edb2f6d4c5b43e69 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Wed, 18 Mar 2026 19:00:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20drop=20.org=20from=20cert=20until=20DNS?= =?UTF-8?q?=20is=20pointed=20=E2=80=94=20unblocks=20.com=20SSL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ee63bc4..a4fe2e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,15 +22,15 @@ services: labels: - "traefik.enable=true" # HTTPS router - - "traefik.http.routers.ngotoolkit.rule=Host(`ngotoolkit.quikcue.com`) || Host(`ngotoolkitlab.com`) || Host(`www.ngotoolkitlab.com`) || Host(`ngotoolkitlab.org`) || Host(`www.ngotoolkitlab.org`)" + - "traefik.http.routers.ngotoolkit.rule=Host(`ngotoolkit.quikcue.com`) || Host(`ngotoolkitlab.com`) || Host(`www.ngotoolkitlab.com`)" - "traefik.http.routers.ngotoolkit.entrypoints=websecure" - "traefik.http.routers.ngotoolkit.tls=true" - "traefik.http.routers.ngotoolkit.tls.certresolver=letsencrypt" - "traefik.http.routers.ngotoolkit.tls.domains[0].main=ngotoolkitlab.com" - - "traefik.http.routers.ngotoolkit.tls.domains[0].sans=www.ngotoolkitlab.com,ngotoolkitlab.org,www.ngotoolkitlab.org,ngotoolkit.quikcue.com" + - "traefik.http.routers.ngotoolkit.tls.domains[0].sans=www.ngotoolkitlab.com,ngotoolkit.quikcue.com" - "traefik.http.services.ngotoolkit.loadbalancer.server.port=3000" # HTTP router — redirect to HTTPS - - "traefik.http.routers.ngotoolkit-http.rule=Host(`ngotoolkit.quikcue.com`) || Host(`ngotoolkitlab.com`) || Host(`www.ngotoolkitlab.com`) || Host(`ngotoolkitlab.org`) || Host(`www.ngotoolkitlab.org`)" + - "traefik.http.routers.ngotoolkit-http.rule=Host(`ngotoolkit.quikcue.com`) || Host(`ngotoolkitlab.com`) || Host(`www.ngotoolkitlab.com`)" - "traefik.http.routers.ngotoolkit-http.entrypoints=web" - "traefik.http.routers.ngotoolkit-http.middlewares=ngotoolkit-https-redirect" - "traefik.http.middlewares.ngotoolkit-https-redirect.redirectscheme.scheme=https"