Cross Repository Codespaces or Codespaces Compose? #5742
Replies: 3 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Thanks, will check that in a bit. Also, note to self. https://code.visualstudio.com/docs/remote/containers#_can-i-connect-to-multiple-containers-at-once |
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.
-
Many of our smaller & isolated applications (each in a GitHub repository) can easily take advantage of Codespaces. That said, I wonder if y'all might have any advice on how to use Codespaces with 2 or more repositories? For example, if a team has 3 GitHub projects that collectively form an application group, would the recommendation be to create a new
myorg/codespaces-teamrepository that would script up checking each of team's needed repositories into theworkspacesfolder, maybe even calling each repo's bootstrap/setup scripts or even their own Codespaces devcontainer hooks?This could be a solution for #5741 maybe?
Beta Was this translation helpful? Give feedback.
All reactions