Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 563 Bytes

Scheme

Application monitoring with Traefik, Prometheus, Grafana, and Docker Compose for beginners

This is my vision of a simple monitoring infrastructure. Read more in the article.

Simple startup:

docker-compose --env-file .env.dev -f infrastructure.yml up -d
docker-compose --env-file .env.dev -f example-backend.yml up -d

Note

Login credentials are:

  • User: 'admin'
  • Password: 'admin'