From 78bcab2cbbdaa0b59b37a8b22368e5d0a7070a55 Mon Sep 17 00:00:00 2001 From: agusev Date: Wed, 19 Jun 2024 14:30:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B2=D0=B8=D1=81=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81=D0=B5=D0=BD=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BD=D0=BE=D0=B2=D1=83=D1=8E=20=D0=BD=D0=BE=D0=B4=D1=83=20?= =?UTF-8?q?worker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-production.yml b/docker-compose-production.yml index c1b9037..a13f73e 100644 --- a/docker-compose-production.yml +++ b/docker-compose-production.yml @@ -26,7 +26,7 @@ services: command: './tg-svodd-bot' deploy: placement: - constraints: [ node.role == manager ] + constraints: [ node.labels.worker == worker-1 ] restart_policy: condition: on-failure