Skip to content

Instantly share code, notes, and snippets.

@panzhongxian
Created September 2, 2023 10:35
Show Gist options
  • Save panzhongxian/08dd52d7c788df258808d56a87983f00 to your computer and use it in GitHub Desktop.
Save panzhongxian/08dd52d7c788df258808d56a87983f00 to your computer and use it in GitHub Desktop.
Prometheus and Grafana demo env
services:
grafana:
image: "grafana/grafana"
ports:
- "3000:3000"
promtheus:
image: "prom/prometheus"
ports:
- "9090:9090"
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
sevice_1:
image: "panzhongxian/prom-metrics-demo"
ports:
- "18001:8080"
sevice_2:
image: "panzhongxian/prom-metrics-demo"
ports:
- "18002:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment