Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LLM-Filter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2026_NGIT
LLM-Filter
Commits
e367013d
Commit
e367013d
authored
Jan 04, 2026
by
uuo00_n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(deploy): 更新部署脚本中的访问地址说明
将服务器IP替换为localhost以明确本地部署场景 添加更多服务的文档访问地址
parent
af1043ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
deploy.sh
deploy.sh
+6
-3
No files found.
deploy.sh
100644 → 100755
View file @
e367013d
...
...
@@ -37,9 +37,12 @@ if [ $? -eq 0 ]; then
echo
"服务状态:"
$DOCKER_COMPOSE_CMD
-f
docker-compose.prod.yml ps
echo
""
echo
"访问地址:"
echo
"- API 网关: http://服务器IP:8080"
echo
"- Swagger 文档: http://服务器IP:8080/docs/llm/"
echo
"访问地址 (本地部署请使用 localhost,服务器部署请使用服务器IP):"
echo
"- API 网关: http://localhost:8080"
echo
"- Auth Service 文档: http://localhost:8080/docs/auth/"
echo
"- Edu Service 文档: http://localhost:8080/docs/edu/"
echo
"- LLM Service 文档: http://localhost:8080/docs/llm/"
echo
"- Security Service 文档: http://localhost:8080/docs/security/"
else
echo
-e
"
${
YELLOW
}
部署过程中出现错误,请检查日志。
${
NC
}
"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment