chore 重构测试环境发布
This commit is contained in:
39
docker-compose.yml
Normal file
39
docker-compose.yml
Normal file
@ -0,0 +1,39 @@
|
||||
services:
|
||||
internalgateways:
|
||||
container_name: clean-internalgateways
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./gateways/KonSoft.InternalGateway/Dockerfile
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Test
|
||||
- AgileConfig__AppId=KonSoft.InternalGateway
|
||||
- AgileConfig__Name=KonSoft.InternalGateway
|
||||
- AgileConfig__Nodes=https://config.konsoft.top/
|
||||
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
|
||||
|
||||
authserver:
|
||||
container_name: clean-authserver
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./applications/KonSoft.AuthServer/Dockerfile
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Test
|
||||
- AgileConfig__AppId=KonSoft.AuthServer
|
||||
- AgileConfig__Name=KonSoft.AuthServer
|
||||
- AgileConfig__Nodes=https://config.konsoft.top/
|
||||
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
|
||||
|
||||
adminservice:
|
||||
container_name: clean-adminservice
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./microservices/KonSoft.Admin.HttpApi.Host/Dockerfile
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Test
|
||||
- AgileConfig__AppId=KonSoft.Admin.HttpApi.Host
|
||||
- AgileConfig__Name=KonSoft.Admin.HttpApi.Host
|
||||
- AgileConfig__Nodes=https://config.konsoft.top/
|
||||
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
|
||||
Reference in New Issue
Block a user