mirror of
https://github.com/fosrl/newt.git
synced 2026-03-26 20:46:41 +00:00
fix(docker-compose, prometheus): remove unnecessary comments and improve clarity
This commit is contained in:
@@ -39,7 +39,7 @@ services:
|
||||
- "9090:9090"
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
image: grafana/grafana:12.2.0
|
||||
container_name: newt-metrics-grafana
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
@@ -14,4 +14,3 @@ scrape_configs:
|
||||
# - action: keep
|
||||
# source_labels: [site_id]
|
||||
# regex: '(site-a|site-b)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user