From 3b760d87a164618bc95e7265479b069c8784db12 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 5 Jan 2026 23:27:34 +0000 Subject: [PATCH] Update gotify/docker-compose.yml Add the label target = here to ensure application runs where I want it to run --- gotify/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index 0a2ec68..3109882 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -4,6 +4,10 @@ services: volumes: - /mnt/cephfs/docker/gotify:/app/data restart: unless-stopped + deploy: + placement: + constraints: + - node.labels.target == here ports: - 8111:80 security_opt: