containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
5.01k stars 477 forks source link

`watch` support #792

Open worldofgeese opened 11 months ago

worldofgeese commented 11 months ago

Docker Compose recently introduced support for watch in version 2.22. With podman-compose we can use bind mounts but watch is more powerful and flexible.

ericis commented 10 months ago

I just came across the docker-compose watch command in a dev.to article and the podman-compose documentation wasn't clear this command was not supported (which might be clear?).

It would be great to update the docs with a link to this issue and a request for comment. A planned roadmap item and an implementation would be even better!

ayr-ton commented 5 months ago

Maybe @muayyad-alsadi or @p12tic could help answering if this can become a priority. Are you open to Pull Requests with this feature?

AntoineGGG commented 2 months ago

One up for this :) Is there some news ?

EfogDev commented 1 month ago

This is what prevents me from using podman, would love to see