-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Link to an existing container #159
Comments
👍 on this, I'd like to keep several micro services in separate repositories, each with their own fig.yml but share a rabbitmq container. Right now, this doesn't seem possible. |
+1 need to share my postgres with several web app, much more easier in dev mode... |
+1 So is there any workaround for this? I'm keen to get it sorted |
I think #318 is along the same lines as this? I've got what I think is a working prototype, which I hope to work on more this week or next |
In the same way that |
+1 would be useful |
+1 Need to share postgres, redis etc. |
+1 Really need this. I like to have separate fig.yml files for different projects, but have some services running in common, so links need to be specified for existing containers. |
+1 I have 3 fig.yml files for 3 projects and one thing common between them all is that they all include a memcache container. It would be fantastic if all projects could share the same memcache container. |
👍 On this, I've also got a number of fig.yaml files in separate projects that's I'd like to share a common container. |
I have implemented this feature request here: https://github.com/LuminosoInsight/fig/tree/external-links. This uses @marksteve's original format proposal, which addresses a different use case than #318, as I am not in a position where it is completely appropriate to assume that all our containers are launched from fig. I have not submitted a PR yet, as I need to write tests. Also, my approach feels a little uncomfortably brutal (I originally implemented an external_links feature before I found this issue). |
+1 I run a Consul container for service discovery, which I'd like all my other containers to have access to. |
+1 from Starlingbank.. |
+1, it's necessary to deploy |
👍 |
#544 should be ready to go to resolve this issue. |
…oring Update vendor.sh to use fix hashes
Maybe it could work like this:
The text was updated successfully, but these errors were encountered: