overnode-org / overnode

Predictable container deployment and management on top of automated multi-host docker-compose
https://overnode.org/
MIT License
45 stars 10 forks source link

Removing a node from an `overnode.yml` definition doesn't stop the service on `overnode up`. #71

Closed jtagcat closed 3 years ago

jtagcat commented 3 years ago

Initial:

nginx:
    nginx.yml: 1,2-3,4

State: running on 1,2,3,4

Changed:

nginx:
    nginx.yml: 1,2-3

State: running on 1,2,3,4
Expected state: running on 1,2,3

avkonst commented 3 years ago

This is the same as docker compose works. Ot does not remove items without 'remove orphans' flag.

jtagcat commented 3 years ago

Forwarded an user report here to come and fix it today. rtfm :^) Pardon