[PR #17284] [Documentation] Update README under docker folder for middleware components. #28670

Closed
opened 2026-02-21 20:43:54 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/17284

State: closed
Merged: Yes


Summary

This pull request includes an update to the docker/README.md file to improve the deployment instructions for Dify using Docker Compose. The most important change is the modification of the command to start the middleware services, adding a profile for Weaviate and providing flexibility for other vector databases.

Deployment instructions update:

  • docker/README.md: Modified the command to start middleware services to include the --profile weaviate option and provided guidance on changing the profile for other vector databases.

Screenshots

Before After
image image

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/17284 **State:** closed **Merged:** Yes --- # Summary This pull request includes an update to the `docker/README.md` file to improve the deployment instructions for Dify using Docker Compose. The most important change is the modification of the command to start the middleware services, adding a profile for Weaviate and providing flexibility for other vector databases. Deployment instructions update: * [`docker/README.md`](diffhunk://#diff-da8fcbe728a9172b578e5d754f8e2df214c658c4321f610e63dd68bea828ab49L39-R40): Modified the command to start middleware services to include the `--profile weaviate` option and provided guidance on changing the profile for other vector databases. # Screenshots | Before | After | |--------|-------| | ![image](https://github.com/user-attachments/assets/fd4d3cc1-309e-4902-a699-c6f92d405d2d) | ![image](https://github.com/user-attachments/assets/68bf0623-f52a-4e8a-896b-b44b4bc97ac6) | # Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:43:54 -05:00
yindo closed this issue 2026-02-21 20:43:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#28670