feat: add runner conversion scripts and strengthen cutover automation
This commit is contained in:
@@ -10,7 +10,7 @@ COMPOSE_PROJECT_NAME=pi-monitoring
|
||||
OPS_ROOT=/srv/ops
|
||||
|
||||
# Host timezone for containers
|
||||
TZ=America/New_York
|
||||
TZ=America/Chicago
|
||||
|
||||
# Bind IP for published ports (0.0.0.0 = all interfaces)
|
||||
BIND_IP=0.0.0.0
|
||||
@@ -34,6 +34,11 @@ UPTIME_KUMA_IMAGE=louislam/uptime-kuma:1
|
||||
GRAFANA_ADMIN_USER=admin
|
||||
GRAFANA_ADMIN_PASSWORD=replace-with-strong-password
|
||||
|
||||
# Prometheus retention (whichever limit is hit first wins)
|
||||
# Reduce these on microSD to prevent filling the card.
|
||||
PROMETHEUS_RETENTION_TIME=15d
|
||||
PROMETHEUS_RETENTION_SIZE=2GB
|
||||
|
||||
# Optional comma-separated plugin list for Grafana
|
||||
# Example: grafana-piechart-panel,grafana-clock-panel
|
||||
GRAFANA_PLUGINS=
|
||||
|
||||
Reference in New Issue
Block a user