更新生产环境部署配置
This commit is contained in:
Vendored
+1
-1
@@ -54,7 +54,7 @@ pipeline {
|
|||||||
docker run -d --name $CONTAINER_NAME \\
|
docker run -d --name $CONTAINER_NAME \\
|
||||||
--network traefik-public \\
|
--network traefik-public \\
|
||||||
--label "traefik.enable=true" \\
|
--label "traefik.enable=true" \\
|
||||||
--label "traefik.http.routers.lpt-fe.rule=Host(`lpt.cat-shark.xyz`)" \\
|
--label "traefik.http.routers.lpt-fe.rule=Host(\`lpt.cat-shark.xyz\`)" \\
|
||||||
--label "traefik.http.routers.lpt-fe.entrypoints=websecure" \\
|
--label "traefik.http.routers.lpt-fe.entrypoints=websecure" \\
|
||||||
--label "traefik.http.routers.lpt-fe.tls.certresolver=le" \\
|
--label "traefik.http.routers.lpt-fe.tls.certresolver=le" \\
|
||||||
--label "traefik.http.routers.lpt-fe.service=lpt-fe" \\
|
--label "traefik.http.routers.lpt-fe.service=lpt-fe" \\
|
||||||
|
|||||||
Reference in New Issue
Block a user