web: use start-first update to minimize downtime during rolling updates

This commit is contained in:
Esdras Renan 2025-10-16 13:10:42 -03:00
parent 0562c13630
commit 377ba39bac

View file

@ -31,7 +31,7 @@ services:
replicas: 1
update_config:
parallelism: 1
order: stop-first
order: start-first
failure_action: rollback
restart_policy:
condition: any