From 377ba39bacf42766dd5def7f6e7a68b15e0e6c2d Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Thu, 16 Oct 2025 13:10:42 -0300 Subject: [PATCH] web: use start-first update to minimize downtime during rolling updates --- stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.yml b/stack.yml index 975fd5c..b8ec919 100644 --- a/stack.yml +++ b/stack.yml @@ -31,7 +31,7 @@ services: replicas: 1 update_config: parallelism: 1 - order: stop-first + order: start-first failure_action: rollback restart_policy: condition: any