From d9d4d5b9ec08c57a0207f385dddd8f2a1f6a19ff Mon Sep 17 00:00:00 2001 From: John Anderson Date: Tue, 6 Jan 2026 20:14:44 +0000 Subject: [PATCH] Update ghost/docker-compose.yml Add control via labels --- ghost/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index d8e93f0..c37d4c2 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -4,7 +4,8 @@ services: container_name: ghost deploy: placement: - constraints: [node.role == worker] + constraints: + - node.labels.target == here replicas: 1 restart: always ports: