From 4c6167281f2fb97f4fdc0242fccc094f839f8488 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Sun, 12 Apr 2026 18:55:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(prod):=20=E6=8C=87=E5=AE=9A=20Traefik=20?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E9=81=BF=E5=85=8D=E5=90=8E=E7=AB=AF=E8=BD=AC?= =?UTF-8?q?=E5=8F=91=E5=8D=A1=E4=BD=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index e8c33d6..aa4157e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,7 @@ pipeline { --restart=always \\ -e SPRING_PROFILES_ACTIVE=prod \\ --label "traefik.enable=true" \\ + --label "traefik.docker.network=traefik-public" \\ --label 'traefik.http.routers.lpt-api.rule=Host(`lpt.cat-shark.xyz`) && PathPrefix(`/api`)' \\ --label "traefik.http.routers.lpt-api.entrypoints=websecure" \\ --label "traefik.http.routers.lpt-api.tls.certresolver=le" \\