Skip to content

Instantly share code, notes, and snippets.

@muokicaleb
Created August 15, 2021 15:20
Show Gist options
  • Save muokicaleb/50691b686156b6631298cc92073c9aa4 to your computer and use it in GitHub Desktop.
Save muokicaleb/50691b686156b6631298cc92073c9aa4 to your computer and use it in GitHub Desktop.
version: '3.7'
volumes:
prometheus_data: {}
services:
prometheus:
image: prom/prometheus
volumes:
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
- prometheus_data:/prometheus
ports:
- 9090:9090
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment