Skip to content

Docker Swarm deployment of Prometheus, Grafana, and Alertmanager behind Traefik reverse proxy.

License

Notifications You must be signed in to change notification settings

SpirosStyliaras/prometheus-grafana-alertmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker Swarm deployment of Prometheus, Grafana, and Alertmanager behind Traefik reverse proxy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published