fix: 注释掉 authserver 服务配置

This commit is contained in:
2025-10-22 17:05:08 +08:00
parent d0d09fc875
commit 9028667b7a

View File

@ -17,23 +17,23 @@ services:
- konsoft-shared-network
- clean-shared-network
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
ports:
- 8081:8081
networks:
- konsoft-shared-network
- clean-shared-network
# 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
# ports:
# - 8081:8081
# networks:
# - konsoft-shared-network
# - clean-shared-network
adminservice:
container_name: clean-adminservice