- remove legacy hosts/chelsty/ monolith - chelsty-infra: add capabilities, networking, paths, runtime (mosquitto, zigbee2mqtt, stability-agent) - chelsty-ha: add capabilities - align with site/node model Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
305 B
YAML
13 lines
305 B
YAML
services:
|
|
stability-agent:
|
|
environment:
|
|
- NODE_NAME=chelsty-infra
|
|
- SITE_NAME=chelsty
|
|
- REDIS_HOST=100.108.208.3
|
|
- REDIS_PORT=6379
|
|
- REDIS_ENABLED=true
|
|
- STABILITY_CHECK_INTERVAL=60
|
|
- DISK_THRESHOLD_PCT=85
|
|
- MQTT_HOST=mosquitto
|
|
- MQTT_PORT=1883
|