Skip to content

Instantly share code, notes, and snippets.

@ashish-mj
Created September 27, 2024 15:11
Show Gist options
  • Save ashish-mj/1a3aa88c281ba89aa8be825f27e6e49c to your computer and use it in GitHub Desktop.
Save ashish-mj/1a3aa88c281ba89aa8be825f27e6e49c to your computer and use it in GitHub Desktop.
version: '3'
services:
prometheus:
image: prom/prometheus:v2.26.0
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
ports:
- "9090:9090"
grafana:
image: grafana/grafana:7.5.2
volumes:
- ./datasource.yml:/etc/grafana/provisioning/datasources/datasource.yml
ports:
- "3000:3000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment