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:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user