Fixes Rocket.Chat deployments failing due to MongoDB dependency being marked as unhealthy.
The MongoDB container was starting successfully but failing its healthcheck, which caused Coolify to stop the deployment.
mongo shell, but the healthcheck was still using it.This resulted in:
This PR updates the Rocket.Chat MongoDB dependency to:
mongosh --eval "db.adminCommand('ping')" for the healthcheckTested locally on Linux (WSL2 + Docker Engine):
ROOT_URL is missing, which is expected behavior)Rocket.Chat deployments no longer fail due to MongoDB being marked unhealthy.
rocketchat-mongodb-fix-demo.zip
/claim #7941
ayush-agrawal-07-30-gmail-com
@ayush-agrawal-07-30-gmail-com
Paul Albrecht
@paul-hph