From f9975b9ccfd8ce201a565b22a56b8018966b212e Mon Sep 17 00:00:00 2001 From: John Anderson Date: Tue, 6 Jan 2026 20:36:40 +0000 Subject: [PATCH] Update nextfamhistweb/docker-compose.yml Change constraint label to run on nay node but PROD-03 or where the target label is --- nextfamhistweb/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nextfamhistweb/docker-compose.yml b/nextfamhistweb/docker-compose.yml index d71cf1c..99add20 100644 --- a/nextfamhistweb/docker-compose.yml +++ b/nextfamhistweb/docker-compose.yml @@ -2,8 +2,9 @@ services: nextfamhistweb: image: httpd:latest deploy: -# placement: -# constraints: [node.role == worker] + placement: + constraints: + - node.labels.target != here replicas: 1 restart: on-failure ports: