Skip to content

Instantly share code, notes, and snippets.

View brunosimioni's full-sized avatar

Bruno Simioni brunosimioni

View GitHub Profile
@brunosimioni
brunosimioni / docker-compose.yml
Created February 27, 2018 17:46
Docker Compose to Prometheus, PushGateway and Grafana setup
version: '2.1'
networks:
monitor-net:
driver: bridge
volumes:
prometheus_data: {}
grafana_data: {}