chore: 调整docker-compose.yml证书位置
This commit is contained in:
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user