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