[PR #30252] chore(web): remove PM2 process manager #32747

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

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

State: open
Merged: No


Summary

  • Remove PM2 from web container to reduce image size
  • Allow users to handle replicas through orchestrator's native means

Changes

  • Remove pm2.json configuration file
  • Update Dockerfile to remove PM2 installation and related directories
  • Update entrypoint.sh to use node directly instead of pm2
  • Remove PM2_INSTANCES from docker-compose files
  • Update README to remove PM2 documentation

fixes #28505

**Original Pull Request:** https://github.com/langgenius/dify/pull/30252 **State:** open **Merged:** No --- ## Summary - Remove PM2 from web container to reduce image size - Allow users to handle replicas through orchestrator's native means ## Changes - Remove pm2.json configuration file - Update Dockerfile to remove PM2 installation and related directories - Update entrypoint.sh to use node directly instead of pm2 - Remove PM2_INSTANCES from docker-compose files - Update README to remove PM2 documentation fixes #28505
yindo added the pull-request label 2026-02-21 20:52:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32747