update
This commit is contained in:
parent
0b96c908c4
commit
6c6469d2ca
|
|
@ -1,6 +1,6 @@
|
|||
# MCP Excel 分析服务
|
||||
MCP_HOST=0.0.0.0
|
||||
MCP_PORT=8910
|
||||
MCP_PORT=8010
|
||||
|
||||
# 可选:配置后 backend 请求需带 Authorization: Bearer <key>
|
||||
MCP_API_KEY=change-me-in-production
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ services:
|
|||
build: .
|
||||
container_name: mcp-excel-analyzer
|
||||
ports:
|
||||
- "8010:8010"
|
||||
- "${MCP_PORT:-8010}:${MCP_PORT:-8010}"
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in New Issue