From 3194c714954d1f939f7dcc443a81018bdc9b1ab2 Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 1 May 2026 03:38:36 -0500 Subject: [PATCH] Fix Forgejo probe: use HTTPS public URL (port 3000 conflicts with Grafana internally) Co-Authored-By: Claude Opus 4.6 (1M context) --- monitoring/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.yml index 2287a86..6cfddb5 100644 --- a/monitoring/prometheus.yml +++ b/monitoring/prometheus.yml @@ -227,7 +227,7 @@ scrape_configs: module: [http_2xx] static_configs: - targets: - - http://host.docker.internal:3000/ + - https://git.performancewest.net/ labels: service: forgejo env: prod