/simple-infrastructure

A very simple and basic build&deploy pipeline based on Github Actions and docker compose.

Primary LanguageC#

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'