1 Star 0 Fork 0

寒月笑天 / Abp.BootstrapTheme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
geffzhang 提交于 2020-12-24 16:35 . Initial commit
version: '3.4'
services:
sqlserver:
image: mcr.microsoft.com/mssql/server
volumes:
- dbdata:/var/opt/mssql
identity-server:
build:
context: ../../
dockerfile: templates/service/host/IdentityServerHost/Dockerfile
depends_on:
- sqlserver
bootstrap-theme:
build:
context: ../../
dockerfile: templates/service/host/Abp.BootstrapTheme.Host/Dockerfile
depends_on:
- sqlserver
- identity-server
volumes:
dbdata:
1
https://gitee.com/inlazy/Abp.BootstrapTheme.git
git@gitee.com:inlazy/Abp.BootstrapTheme.git
inlazy
Abp.BootstrapTheme
Abp.BootstrapTheme
main

搜索帮助