From fc2bf5e093450fcfa58d65157d825e1872b669b1 Mon Sep 17 00:00:00 2001 From: Oskar Kapala Date: Fri, 12 Jun 2026 13:38:59 +0200 Subject: [PATCH] fix(ha-diag-agent): set NODE_NAME=piha on piha (eliminates node:unknown in health + evt-unknown-*.json) Co-Authored-By: Claude Sonnet 4.6 --- hosts/piha/runtime/ha-diag-agent/docker-compose.override.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/piha/runtime/ha-diag-agent/docker-compose.override.yml b/hosts/piha/runtime/ha-diag-agent/docker-compose.override.yml index 4d50b5a..be99311 100644 --- a/hosts/piha/runtime/ha-diag-agent/docker-compose.override.yml +++ b/hosts/piha/runtime/ha-diag-agent/docker-compose.override.yml @@ -1,5 +1,7 @@ services: ha-diag-agent: + environment: + - NODE_NAME=piha # Pin events to the piha-specific subdirectory; overrides the ${NODE_NAME} # variable substitution in the base compose file which requires a shell env var. volumes: