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

[Feature Request] Specify which compose file to run #29

Open
lonix1 opened this issue Jun 17, 2021 · 2 comments
Open

[Feature Request] Specify which compose file to run #29

lonix1 opened this issue Jun 17, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@lonix1
Copy link

lonix1 commented Jun 17, 2021

Right now the extension starts/stops containers by their IDs.

It would be nice to be able to specify which docker-compose.yml files to automatically start/stop when the workspace is opened/closed.

@george3447 george3447 added the enhancement New feature or request label Jun 18, 2021
@george3447
Copy link
Owner

Thanks for the great idea, I will look into it when I get some free time.

@lonix1
Copy link
Author

lonix1 commented Jun 19, 2021

As mentioned in issue #28, it this feature is ever implemented, it would be nice to be able to keep config in project/.vscode/.dockerrc so it would also be committed to source control.

Use case: when I open my workspace, I want various containers to automatically start, e.g. database, redis, etc. If they are specified by docker-compose.yml (rather than ephemeral ID) then they are "per-team" rather than "per-developer", so makes sense to commit those config files.

Just a thought.

And thanks for this awesome extension, even without these features it's really useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants