Skip to content

Instantly share code, notes, and snippets.

@deksoke
Created November 27, 2019 14:50
Show Gist options
  • Save deksoke/c2373b4674cd01468d7b4079cb59e4c5 to your computer and use it in GitHub Desktop.
Save deksoke/c2373b4674cd01468d7b4079cb59e4c5 to your computer and use it in GitHub Desktop.
grafana-monitoring
version: '3'
services:
prometheus:
image: prom/prometheus:latest
volumes:
- ./etc/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
- '9090:9090'
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment