From 71cd913d0532f079bb0d44abb798d6e6234f3591 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Thu, 26 Feb 2026 10:34:19 +0100 Subject: [PATCH] fix(core-api): use IP address for Home Assistant URL Container name resolution doesn't work for host-networked services. Co-Authored-By: Claude Opus 4.6 --- stacks/core-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/core-api.yml b/stacks/core-api.yml index 0569ad9..cf238b1 100644 --- a/stacks/core-api.yml +++ b/stacks/core-api.yml @@ -50,7 +50,7 @@ services: - AUTHENTIK_CORE_API_TOKEN=${AUTHENTIK_CORE_API_TOKEN} # HOME ASSITANT VARIABLES - - HOMEASSISTANT_URL=http://home-assistant:8123 + - HOMEASSISTANT_URL=http://192.168.86.149:8123 - HOMEASSISTANT_TOKEN=${HOMEASSISTANT_TOKEN} # AI SYSTEM VARIABLES