From ce8ff2f3e5a568d479a1c0b9851b3f8cd3bd09d6 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Fri, 1 Apr 2022 11:44:41 +0300 Subject: [PATCH] deployment --- docker-compose-deploy.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose-deploy.yaml b/docker-compose-deploy.yaml index cc1eccd..974106e 100644 --- a/docker-compose-deploy.yaml +++ b/docker-compose-deploy.yaml @@ -45,7 +45,7 @@ services: deploy: mode: replicated restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: start-first @@ -97,7 +97,7 @@ services: deploy: mode: replicated restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: start-first @@ -114,7 +114,7 @@ services: deploy: mode: replicated restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: start-first @@ -134,7 +134,7 @@ services: deploy: mode: replicated restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: start-first @@ -152,7 +152,7 @@ services: deploy: mode: replicated restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: stop-first @@ -170,7 +170,7 @@ services: deploy: mode: replicated restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: stop-first @@ -192,7 +192,7 @@ services: mode: replicated replicas: 4 restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: start-first @@ -211,7 +211,7 @@ services: mode: replicated replicas: 1 restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: start-first @@ -230,7 +230,7 @@ services: mode: replicated replicas: 1 restart_policy: - condition: on-failure + condition: any update_config: parallelism: 1 order: start-first