-
Notifications
You must be signed in to change notification settings - Fork 361
update local source develop guide #596
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
Conversation
|
⏸️ Documentation sync is pending approval This PR requires approval from a maintainer before automatic synchronization can proceed. Once approved, the documentation will be automatically translated and synchronized. |
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.
Pull request overview
This PR updates the local source code development guide to reflect current best practices and required configurations. It aligns with changes from dify-docs PR #544, adapted for the new documentation version. The updates ensure developers can properly set up their local development environment with correct middleware profiles, dependencies, and Celery worker configurations.
Key Changes:
- Enhanced Docker Compose middleware setup with explicit profile flags for PostgreSQL and Weaviate
- Updated dependency installation to include development dependencies with
uv sync --dev - Expanded Celery worker queue lists to include all current queues (added 12+ new queues for workflows, plugins, scheduling, etc.)
- Added new section for starting the Beat service for debugging scheduled tasks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
⏸️ Documentation sync is pending approval This PR requires approval from a maintainer before automatic synchronization can proceed. Once approved, the documentation will be automatically translated and synchronized. |
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🌐 Multi-language Sync✅ Created sync PR #612 Synced 2 files to cn + jp Both PRs can merge independently. Future commits here will auto-update the sync PR. |
same as #544
but based on the new doc version