Wowu / docker-rollout

🚀 Zero Downtime Deployment for Docker Compose
https://github.com/Wowu/docker-rollout
MIT License
2.18k stars 59 forks source link

Compose project name not checked during scaling #3

Closed usr3 closed 1 year ago

usr3 commented 1 year ago

When there are services with the same name in different compose projects, the script doesn't filter out the ones in the same project. One use-case can be running a project with multiple branches with different compose project names. Having the same service name currently raises an error during scaling. For example. Error: No such object: 794aa7906db2.

usr3 commented 1 year ago

Did a very rough bugfix for this issue here https://github.com/Wowu/docker-rollout/pull/4.