From 0491a894494aba199f48fdb24e6347b98864a274 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 18 Jun 2026 22:45:32 -0400 Subject: [PATCH] fix: correct FRONT_URL for kitchenowl front service --- nodes/heimdall/kitchenowl/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/kitchenowl/compose.yaml b/nodes/heimdall/kitchenowl/compose.yaml index b083d6a..9f4bb7b 100644 --- a/nodes/heimdall/kitchenowl/compose.yaml +++ b/nodes/heimdall/kitchenowl/compose.yaml @@ -5,7 +5,7 @@ services: restart: unless-stopped environment: - BACK_URL=back:5000 - - FRONT_URL=https://kitchenowl.castaldifamily.com + - FRONT_URL=https://kitchen.castaldifamily.com depends_on: - back networks: