From 1b2bc030d17c0317dfe497e5984ea88483e72cb5 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 4 Feb 2025 16:46:01 -0500 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 4bd03e5..30555d7 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -13,7 +13,7 @@ services: replicas: 1 placement: constraints: - - node.hostname == macmini2 + - node.hostname == odoo.nixc.us labels: us.nixc.autodeploy: "true" traefik.enable: "false" @@ -38,7 +38,7 @@ services: replicas: 1 placement: constraints: - - node.hostname == macmini2 + - node.hostname == odoo.nixc.us labels: traefik.enable: "true" traefik.docker.network: traefik-public