Hi, just found out that scale: 0 doesn’t work in rancher-compose. Instead it defaults to scale: 1. I can see the point that scale should default to 1 if missing but explicit zero would be useful.
I want to stand up a stack with the database components running but the applications not. Then I can import a database restore before starting up the application. I can do this with rancher-compose up and then rancher-compose upgrade but this would be simpler. I don’t really want to automate this as it’s just for manual recovery and porting between environments.