4 Star 9 Fork 3

寒月笑天/abp-vue-admin-element-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.override.windows.yml 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
cKey 提交于 2021-10-20 15:22 . remove client container from docker-compose
version: '3.4'
services:
identity-server-sts:
build:
context: ./aspnet-core/services/Publish/identityserver
volumes:
- D:\Projects\Development\Abp\Application\logs\ids-sts:/app/Logs
restart: always
identity-server-admin:
build:
context: ./aspnet-core/services/Publish/identityserver4-admin
volumes:
- D:\Projects\Development\Abp\Application\logs\ids-admin:/app/Logs
depends_on:
- identity-server-sts
restart: always
admin-service:
build:
context: ./aspnet-core/services/Publish/admin
volumes:
- D:\Projects\Development\Abp\Application\logs\backend-admin:/app/Logs
depends_on:
- identity-server-sts
restart: always
localization-service:
build:
context: ./aspnet-core/services/Publish/localization
volumes:
- D:\Projects\Development\Abp\Application\logs\localization:/app/Logs
restart: always
platform-service:
build:
context: ./aspnet-core/services/Publish/platform
volumes:
- D:\Projects\Development\Abp\Application\logs\platform:/app/Logs
- D:\Projects\Development\Abp\Application\data\platform:/app/file-blob-storing
depends_on:
- identity-server-sts
restart: always
messages-service:
build:
context: ./aspnet-core/services/Publish/messages
volumes:
- D:\Projects\Development\Abp\Application\logs\messages:/app/Logs
depends_on:
- identity-server-sts
restart: always
apigateway-admin-service:
build:
context: ./aspnet-core/services/Publish/apigateway-admin
volumes:
- D:\Projects\Development\Abp\Application\logs\apigateway-admin:/app/Logs
depends_on:
- identity-server-sts
- admin-service
restart: always
apigateway-host-service:
build:
context: ./aspnet-core/services/Publish/apigateway-host
volumes:
- D:\Projects\Development\Abp\Application\logs\apigateway-host:/app/Logs
depends_on:
- identity-server-sts
- apigateway-admin-service
restart: always
volumes:
dbdata:
networks:
linyun-abp:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inlazy/abp-vue-admin-element-typescript.git
[email protected]:inlazy/abp-vue-admin-element-typescript.git
inlazy
abp-vue-admin-element-typescript
abp-vue-admin-element-typescript
master

搜索帮助