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 - konsoft-shared-network
- clean-shared-network - clean-shared-network
authserver: # authserver:
container_name: clean-authserver # container_name: clean-authserver
restart: always # restart: always
build: # build:
context: . # context: .
dockerfile: ./applications/KonSoft.AuthServer/Dockerfile # dockerfile: ./applications/KonSoft.AuthServer/Dockerfile
environment: # environment:
- ASPNETCORE_ENVIRONMENT=Test # - ASPNETCORE_ENVIRONMENT=Test
- AgileConfig__AppId=KonSoft.AuthServer # - AgileConfig__AppId=KonSoft.AuthServer
- AgileConfig__Name=KonSoft.AuthServer # - AgileConfig__Name=KonSoft.AuthServer
- AgileConfig__Nodes=https://config.konsoft.top/ # - AgileConfig__Nodes=https://config.konsoft.top/
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04 # - AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
ports: # ports:
- 8081:8081 # - 8081:8081
networks: # networks:
- konsoft-shared-network # - konsoft-shared-network
- clean-shared-network # - clean-shared-network
adminservice: adminservice:
container_name: clean-adminservice container_name: clean-adminservice