Commit a49d6198 by Leonard Gram Committed by GitHub

Devenv: prom 1.7.6 (#23321)

parent 002ebc9c
prometheus: prometheus:
build: docker/blocks/prometheus build: docker/blocks/prometheus
network_mode: host
ports: ports:
- "9090:9090" - "9090:9090"
node_exporter: node_exporter:
image: prom/node-exporter image: prom/node-exporter
network_mode: host
ports: ports:
- "9100:9100" - "9100:9100"
fake-prometheus-data: fake-prometheus-data:
image: grafana/fake-data-gen image: grafana/fake-data-gen
network_mode: host
ports: ports:
- "9091:9091" - "9091:9091"
environment: environment:
...@@ -20,12 +17,10 @@ ...@@ -20,12 +17,10 @@
alertmanager: alertmanager:
image: quay.io/prometheus/alertmanager image: quay.io/prometheus/alertmanager
network_mode: host
ports: ports:
- "9093:9093" - "9093:9093"
prometheus-random-data: prometheus-random-data:
build: docker/blocks/prometheus_random_data build: docker/blocks/prometheus_random_data
network_mode: host
ports: ports:
- "8081:8080" - "8081:8080"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment