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
f4bc6177
Commit
f4bc6177
authored
Jan 04, 2026
by
uuo00_n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(docker): 更新生产环境配置中的服务URL和数据库连接
修改DIFY_API_URL为内网地址并添加MongoDB连接配置
parent
e367013d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docker-compose.prod.yml
docker-compose.prod.yml
+3
-1
No files found.
docker-compose.prod.yml
View file @
f4bc6177
...
...
@@ -90,7 +90,7 @@ services:
-
OLLAMA_BASE_URL=http://datacenter.dldzxx.cn:11434/
-
OLLAMA_MODEL=deepseek-r1:14b
# Dify Configuration
-
DIFY_API_URL=http://
datacenter.dldzxx.cn:8089
/v1
-
DIFY_API_URL=http://
192.168.6.6
/v1
-
DIFY_API_KEY=app-lkK33EQOVXXrjD9x3SKbItr7
depends_on
:
-
mongo
...
...
@@ -113,6 +113,8 @@ services:
-
JWT_SECRET=llm_filter_secure_secret_key_2025_update_must_be_32_bytes
-
DIFY_API_URL=http://datacenter.dldzxx.cn:8089/v1
-
DIFY_API_KEY=app-xTl0Ri6ir7cAuvngDtFe3hKP
-
MONGODB_URL=mongodb://mongo:27017
-
MONGODB_DB_NAME=security_service_db
networks
:
-
llm-network
...
...
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