version: '3.4'
services:
skoruba.identityserver4.admin:
volumes:
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
labels:
com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /root/.nuget/packages --additionalProbingPath /root/.nuget/fallbackpackages "bin/Debug/net5.0/Skoruba.IdentityServer4.Admin.dll" /seed'
skoruba.identityserver4.admin.api:
volumes:
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
skoruba.identityserver4.sts.identity:
volumes:
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
-
Jan Škoruba authored
* Update to .NET 5 * Update nuget packages to latest versions * Update client-scripts to latest version, run npm audit; * update to 2.0.0-rc4 * Remove secrets from UI (#828)
c51815fc