From e2b104614cde324a3d421fa4a35645b1b8cc0d43 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 21 Dec 2025 20:56:11 -0500 Subject: [PATCH] mount config for prom --- tasks/monitoring.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/monitoring.yml b/tasks/monitoring.yml index 90eefa5..cb7d01d 100644 --- a/tasks/monitoring.yml +++ b/tasks/monitoring.yml @@ -16,6 +16,7 @@ tag: latest volumes: - "{{ data_dir }}/monitoring/prometheus:/etc/prometheus" + - "{{ data_dir }}/monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml" labels: traefik.enable: "true" traefik.http.routers.prom.rule: Host(`prom.fntz.net`)