2026-06-03 19:19:27 +02:00
|
|
|
services:
|
|
|
|
|
ha-diag-agent:
|
2026-06-12 13:38:59 +02:00
|
|
|
environment:
|
|
|
|
|
- NODE_NAME=piha
|
2026-06-03 19:19:27 +02:00
|
|
|
# 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:
|
|
|
|
|
- /opt/homelab/events/piha:/events
|
|
|
|
|
- /var/lib/ha-diag-agent:/data
|
|
|
|
|
- /opt/homelab/config/ha-diag-agent:/config:ro
|
|
|
|
|
mem_limit: 128m
|
|
|
|
|
restart: unless-stopped
|