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

Proper multiple apps linking #107

Closed
AlexBlokh opened this issue Jul 17, 2018 · 1 comment
Closed

Proper multiple apps linking #107

AlexBlokh opened this issue Jul 17, 2018 · 1 comment

Comments

@AlexBlokh
Copy link

As I assume, there are no possible ways to connect multiple apps to a single mongo docker instance and provide them different dbs

f.e.

  • I have app1, app2
  • I spin mongo1
  • link mongo1 to app1, get mongo url with database name app1
  • and when I link mongo1 to app2 it gives me the same mongo uri with app1 db name

is there any way multiple applications can use single mongo docker instance and have different dbs??

Regards

@josegonzalez
Copy link
Member

Unfortunately, that is not currently possible. See this issue for work towards this.

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

2 participants