chore: 调整docker-compose.yml证书位置

This commit is contained in:
2025-10-25 19:22:22 +08:00
parent 08b37ba79f
commit a234d3255e
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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: