Karol Musur

Results 20 comments of Karol Musur

The difference comes from using different tools. docker rollout uses `docker compose`(v2) over `docker-compose` (v1) if it's available. The naming convention must have changed and now hyphens are used instead...

Good idea, I added a note to readme: https://github.com/wowu/docker-rollout/commit/7487c2da51f91044c8efcc3794b02ad2957e9673

@jippi I'm really glad it's useful since day 1 😄 Can you tell me more about your use case? How are you running docker-rollout?

Cool! And how do you build and deploy and new container versions? I wonder how docker rollout fits in the process, is it used as a part of a deploy...

Hi, sorry for taking some time to respond to this issue 😅 May I know what is the reason you want `docker rollout` to wait until the service is healthy?...

Looks nice! Is it draining working as well? I believe `docker-gen` would have to only put the container ip in the config file if the healthcheck is passing. Do you...

Interesting idea, with current script it is not possible, and would require changes. Maybe we can add a `--parallelism` argument to work similarly to docker swarm with the `deploy` configuration...

Adding a healthcheck should prevent Traefik from routing requests to unhealthy containers. Docker Rollout will also wait for all new containers to be healthy before removing the old ones. See...

@bartoszkrawczyk2 I believe your problem can be solved by adding a healthcheck, you can reopen this issue if the problem is different. I'm moving the request draining discussion to #21....