From fa816e91a76909a072084014f5c4c1844564d9a6 Mon Sep 17 00:00:00 2001 From: Leopere Date: Fri, 7 Mar 2025 12:53:48 -0500 Subject: [PATCH] Update stack.production.yml to deploy to macmini3 --- stack.production.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stack.production.yml b/stack.production.yml index babdf82..a9d181c 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -15,6 +15,9 @@ services: start_period: 40s deploy: replicas: 1 + placement: + constraints: + - node.hostname == macmini3 update_config: order: start-first failure_action: rollback