Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 869 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 869 Bytes
Docker icon

prometheus-grafana-alertmanager

Simple project with a single docker-compose.yml file for deploying Prometheus, Grafana, Alertmanager monitoring stack behind Traefik reverse proxy in Docker Swarm environment.

Deploy stack

Before deploying the stack, upload your own self-signed certificate under traefik/certs directory.

docker stack deploy -c ./docker-compose.yml prometheus-grafana-alertmanager

Exposed user interfaces

Based on Traefik routers and middlewares configuration, the exposed UIs of deployed services:

  • Traefik: https://host/dashboard/#/
  • Prometheus: https://host/prometheus
  • Grafana: https://host/grafana
  • Alertmanager: https://host/alertmanager