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
Login credentials are:
- User: 'admin'
- Password: 'admin'