[PR #31586] refactor: split docker-compose env config into separate files #33310

Open
opened 2026-02-21 20:53:03 -05:00 by yindo · 0 comments
Owner

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

State: open
Merged: No


Refactors docker-compose configuration to split environment variables into separate, organized files.

Changes:

  • Split env vars into categorized files (global, server, security, database, redis, storage, vectorstore)
  • Replace large YAML anchor with env_file references
  • Update generation script to create env files
  • Makes docker-compose.yaml cleaner and easier to maintain

Fixes #31572

**Original Pull Request:** https://github.com/langgenius/dify/pull/31586 **State:** open **Merged:** No --- Refactors docker-compose configuration to split environment variables into separate, organized files. **Changes:** - Split env vars into categorized files (global, server, security, database, redis, storage, vectorstore) - Replace large YAML anchor with env_file references - Update generation script to create env files - Makes docker-compose.yaml cleaner and easier to maintain Fixes #31572
yindo added the pull-request label 2026-02-21 20:53:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33310