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 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 10:34:19 +01:00
co-authored by Claude Opus 4.6
parent aa54af8a87
commit 71cd913d05
+1 -1
View File
@@ -50,7 +50,7 @@ services:
- AUTHENTIK_CORE_API_TOKEN=${AUTHENTIK_CORE_API_TOKEN} - AUTHENTIK_CORE_API_TOKEN=${AUTHENTIK_CORE_API_TOKEN}
# HOME ASSITANT VARIABLES # HOME ASSITANT VARIABLES
- HOMEASSISTANT_URL=http://home-assistant:8123 - HOMEASSISTANT_URL=http://192.168.86.149:8123
- HOMEASSISTANT_TOKEN=${HOMEASSISTANT_TOKEN} - HOMEASSISTANT_TOKEN=${HOMEASSISTANT_TOKEN}
# AI SYSTEM VARIABLES # AI SYSTEM VARIABLES