zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 281 forks source link

Could not access to Meteor App, when use Mongo Sharding? #1107

Open thearabbit opened 5 years ago

thearabbit commented 5 years ago

Mup version@1.4.6:

1- Deploy with buidin Mongodb: Work Fine

2- Deploy with External Mongo Sharding

- Mongos Router: 0.0.0.0:30000->27017/tcp
- App: 0.0.0.0:6666->80/tcp
thearabbit commented 5 years ago

When I tried split Mongos Router of Meteor App Server (Use external host server), It work fine. Someone help me.