arunoda / meteor-up-legacy

Production Quality Meteor Deployments
MIT License
2.26k stars 395 forks source link

mupx - meteord containers can't connect to mongo #749

Open ffxsam opened 8 years ago

ffxsam commented 8 years ago

This may possibly be a bug.

https://forums.meteor.com/t/serious-mupx-docker-issue-help/13217

crazybaud commented 8 years ago

Possible duplicate : https://github.com/arunoda/meteor-up/issues/758

ffxsam commented 8 years ago

Nope, I've got setupMongo set to true.

BTW, you must never set that to false if hosting your own mongo server! If you set it to false, mupx will not spin up the mongo container. This is probably the issue you're running into.

nickredmark commented 8 years ago

Thanks @ffxsam this is the 5th error related to an open issue with some work-around I walk into since I decided to use mupx. My first meteor deployment has been a pain so far.