1 Star 0 Fork 0

en/IdentityServer4.Admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.override.yml 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chris Szabo 提交于 2019-09-28 10:33 . docker support
version: '3.4'
services:
skoruba.identityserver4.admin:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80"
volumes:
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
skoruba.identityserver4.admin.api:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80"
volumes:
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
skoruba.identityserver4.sts.identity:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80"
volumes:
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lypvc/IdentityServer4.Admin.git
git@gitee.com:lypvc/IdentityServer4.Admin.git
lypvc
IdentityServer4.Admin
IdentityServer4.Admin
master

搜索帮助