39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
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 |