-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docker-compose.yml #6884
base: main
Are you sure you want to change the base?
Conversation
@AAEE86 is attempting to deploy a commit to the LobeChat Desktop Team on Vercel. A member of the Team first needs to authorize it. |
TestGru AssignmentSummary
Tip You can |
请批准,我打算完善下自定义部署的流程 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6884 +/- ##
=========================================
Coverage 91.36% 91.36%
=========================================
Files 729 729
Lines 68681 68681
Branches 4645 3344 -1301
=========================================
Hits 62751 62751
Misses 5930 5930
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -117,6 +117,7 @@ services: | |||
- 'LLM_VISION_IMAGE_USE_BASE64=1' | |||
- 'S3_SET_ACL=0' | |||
- 'SEARXNG_URL=http://searxng:8080' | |||
- 'CASDOOR_WEBHOOK_SECRET=' # Webhook 密钥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个环境变量比较适合在 .env.example
里加。 加上之后,在init_data.json
对应位置也加上对应的 webhook secret 和 webhook 地址。
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information