-
Notifications
You must be signed in to change notification settings - Fork 43
devcontainer: support docker-compose #236
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
Comments
This would be an awesome feature. We run a lot of dev environments with multiple containers for testing and rapid integration. What is the recommended way of doing this now, multiple containers in the template? |
Yeah that's honestly the best way right now. We're working on an alternative method of using devcontainers that should more seamlessly enable using |
I notice #107 and #135 both mention the same feature set, with the latter claiming it is a massive overhaul to add support for it. Is there still the plan to switch to the |
Devcontainer spec supports specifying a compose file
e.g.
Example: https://github.com/BrunoQuaresma/openticket/blob/main/.devcontainer/devcontainer.json
The text was updated successfully, but these errors were encountered: