chore(config): remove dead GRAFANA_URL and wire VITE_GRAFANA_URL #1

Merged
alex merged 1 commits from chore/wire-grafana-url-envs into main 2026-06-19 22:15:46 +02:00

1 Commits

Author SHA1 Message Date
Developer 24427b4869 chore(config): remove dead GRAFANA_URL and wire VITE_GRAFANA_URL
- Remove GRAFANA_URL from backend environment (backend never consumed it).
- Add VITE_GRAFANA_URL to frontend build-args (prod), dev environment, and
  frontend/Dockerfile ARG/ENV so Grafana deep-links resolve correctly.
- Add ALERTMANAGER_WEBHOOK_URL to backend environment so the documented
  alert-forwarding feature is reachable from compose.
- Document VITE_GRAFANA_URL in .env.example.
2026-06-19 20:07:47 +00:00