feat: 恢复 authserver 服务配置并移除 clean-shared-network 网络

This commit is contained in:
2025-10-22 17:29:06 +08:00
parent 9028667b7a
commit 6573602530

View File

@ -15,25 +15,23 @@ services:
- 8080:8080 - 8080:8080
networks: networks:
- konsoft-shared-network - konsoft-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
adminservice: adminservice:
container_name: clean-adminservice container_name: clean-adminservice
@ -49,8 +47,9 @@ services:
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04 - AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
networks: networks:
- konsoft-shared-network - konsoft-shared-network
- clean-shared-network
networks: networks:
clean-shared-network: konsoft-shared-network:
driver: bridge name: konsoft-shared-network
driver: bridge
external: true