fix: 添加 adminservice 和 internalgateway 的网络配置
This commit is contained in:
@ -13,6 +13,9 @@ services:
|
|||||||
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
|
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
networks:
|
||||||
|
- konsoft-shared-network
|
||||||
|
- clean-shared-network
|
||||||
|
|
||||||
authserver:
|
authserver:
|
||||||
container_name: clean-authserver
|
container_name: clean-authserver
|
||||||
@ -28,6 +31,9 @@ services:
|
|||||||
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
|
- AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04
|
||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
|
networks:
|
||||||
|
- konsoft-shared-network
|
||||||
|
- clean-shared-network
|
||||||
|
|
||||||
adminservice:
|
adminservice:
|
||||||
container_name: clean-adminservice
|
container_name: clean-adminservice
|
||||||
@ -41,3 +47,10 @@ services:
|
|||||||
- AgileConfig__Name=KonSoft.Admin.HttpApi.Host
|
- AgileConfig__Name=KonSoft.Admin.HttpApi.Host
|
||||||
- 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
|
||||||
|
networks:
|
||||||
|
- konsoft-shared-network
|
||||||
|
- clean-shared-network
|
||||||
|
|
||||||
|
networks:
|
||||||
|
clean-shared-network:
|
||||||
|
driver: bridge
|
||||||
Reference in New Issue
Block a user