update local source develop guide#596
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.
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.
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 <[email protected]>
There was a problem hiding this comment.
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