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 <noreply@anthropic.com>
This commit is contained in:
parent
e64d364e5e
commit
fc2bf5e093
|
|
@ -1,5 +1,7 @@
|
||||||
services:
|
services:
|
||||||
ha-diag-agent:
|
ha-diag-agent:
|
||||||
|
environment:
|
||||||
|
- NODE_NAME=piha
|
||||||
# Pin events to the piha-specific subdirectory; overrides the ${NODE_NAME}
|
# Pin events to the piha-specific subdirectory; overrides the ${NODE_NAME}
|
||||||
# variable substitution in the base compose file which requires a shell env var.
|
# variable substitution in the base compose file which requires a shell env var.
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue