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: Working with compose watch mode #172

Open
ryands17 opened this issue Jul 18, 2024 · 3 comments
Open

Feature: Working with compose watch mode #172

ryands17 opened this issue Jul 18, 2024 · 3 comments

Comments

@ryands17
Copy link

Docker compose recently introduced a docker compose up --watch mode that provides more granularity on which files to watch on, which is better than volumes. Would it be possible to integrate this into dip?

@bibendi
Copy link
Owner

bibendi commented Jul 19, 2024

Hi! I think you can use it right away by running a dip compose up --watch. Or did I miss something?

@ryands17
Copy link
Author

@bibendi Do I need to sync node_modules from the container to the host for module autocompletion as well in that case?

@bibendi
Copy link
Owner

bibendi commented Jul 22, 2024

Sorry, I didn't use the --watch option. And it seems it doesn't work with the docker compose run mode. So it doesn't look usefull for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants