From a234d3255eae51655086377716c5cbcf7656cd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=85=86=E9=91=AB?= Date: Sat, 25 Oct 2025 19:22:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4docker-compose.yml?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KonSoft.sln | 9 +++++++++ docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/KonSoft.sln b/KonSoft.sln index fb66672..08ee1b3 100644 --- a/KonSoft.sln +++ b/KonSoft.sln @@ -195,6 +195,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KonSoft.Shared.Hosting.Micr EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KonSoft.Shared.DbMigrator", "shared\KonSoft.Shared.DbMigrator\KonSoft.Shared.DbMigrator.csproj", "{AFCC65BC-8477-819B-2575-674AC9D2FDDD}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{72B7AEA8-8968-469E-AFFC-170E572D640F}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + adminservice.Jenkinsfile = adminservice.Jenkinsfile + authserver.Jenkinsfile = authserver.Jenkinsfile + docker-compose.yml = docker-compose.yml + internalgateway.Jenkinsfile = internalgateway.Jenkinsfile + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/docker-compose.yml b/docker-compose.yml index 09112f1..e43ac35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: ports: - 8081:8081 volumes: - - /root/openiddict.pfx:/app/openiddict.pfx:ro + - /etc/letsencrypt/archive/code.konsoft.top/openiddict.pfx:/app/openiddict.pfx networks: - konsoft-shared-network healthcheck: