Skip to content

Instantly share code, notes, and snippets.

@Nancy-Chauhan
Last active April 14, 2020 19:36
Show Gist options
  • Save Nancy-Chauhan/14e1f7ff7433ff767d70acfd31d47f7f to your computer and use it in GitHub Desktop.
Save Nancy-Chauhan/14e1f7ff7433ff767d70acfd31d47f7f to your computer and use it in GitHub Desktop.
version: "3"
services:
app:
build: .
ports:
- 4567:4567
prometheus:
image: prom/prometheus
ports:
- 9090:9090
volumes:
- "./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml"
grafana:
image: grafana/grafana:latest
ports:
- 3000:3000
depends_on:
- prometheus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment