Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add settings to install MongoDB on a separate target #1143

Open
yanickrochon opened this issue Dec 9, 2016 · 0 comments
Open

Add settings to install MongoDB on a separate target #1143

yanickrochon opened this issue Dec 9, 2016 · 0 comments

Comments

@yanickrochon
Copy link

I am not sure if mup can do this already, but I haven't read anywhere that it can.

I am looking at ways to setup multiple VMs, one of which would be the MongoDB host. It would be nice that mup would install and configure Mongo on a specific host. Something like


  // Server authentication info
  "servers": [
    {
      "host": "10.0.1.11",
      "username": "root",
      "password": "password",
      "env": {
        "MONGO_URL": "mongodb://root:[email protected]:10023/MyApp",
      }
    },
    {
      "host": "10.0.1.12",
      "username": "root",
      "password": "password",
      "env": {
        "MONGO_URL": "mongodb://root:[email protected]:10023/MyApp",
      }
    }
  ],
  "mongodb": {
    "host": "10.0.1.10",
    "user": "root",
    "password": "password"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant