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: