From 5d6162626fb8cbcec57b563761b7b58c69983ad4 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 4 Feb 2025 16:46:21 -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 30555d7..9d4a2cc 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -13,7 +13,7 @@ services: replicas: 1 placement: constraints: - - node.hostname == odoo.nixc.us + - node.hostname == odoo labels: us.nixc.autodeploy: "true" traefik.enable: "false" @@ -38,7 +38,7 @@ services: replicas: 1 placement: constraints: - - node.hostname == odoo.nixc.us + - node.hostname == odoo labels: traefik.enable: "true" traefik.docker.network: traefik-public