Shared Databases / Docker Network #5741
Replies: 3 comments 9 replies
-
|
Hey @metaskills, thanks for reaching out. Can you share a bit more on where this shared database lives (on-prem VPN, cloud based)? And how do you currently access the database from your repos, what does that set up look like? For Codespaces, we've received similar feedback and here's what we're currently exploring:
Would love to hear your thoughts/feedback on the approaches above and better understand what would work best for you. Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Perhaps the idea of the
Basically I am thinking of a scenario where a developer (or team) could have a Codespace So maybe CLI tools to compose Codespaces might help? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! These were informative to read and learn, however, I'm not sure it will work for us since it seems to create a kitchen sink that would encompass all the dependencies needed for each project. Our organization has > 100 applications/repositories that are mostly HTTP services. Most of these projects are developed in isolation, meaning each can implement Codespaces and their devcontainer implementation in an isolated fashion. In some cases, a single service (A) may need work to one or more (B) and (C) HTTP services. If these projects were local, that would be easy to do. Simply change a config in service (A) to point to the local version of (B) and (C). See illustration of what we would need from Codespaces to make this work. Basically, can the SSH tunnel (or whatever mechanics are at play) facilitate port requests back to the Local OS? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Our organization has a common bootstrap process that setups up a Docker based Oracle service container. So much of our local development takes advantage of that shared database, from a dozen or so repositories. Is it possible to do something similar when using Codespaces.
Beta Was this translation helpful? Give feedback.
All reactions