sentry.rottigni.tech

Репо #50248052 | |
---|---|
Автор | Lorenzo Rottigni |
Создан в | 2023-09-11 |
Обновлено в | 2025-05-16 |
Толкнул в | 2024-03-04 |
Размер | null MB |
Главный язык | docker |
Количество звезд | 0 |
Ветка по умолчанию | main |
Docker
ПРОЧТИ МЕНЯ.md
sentry.rottigni.tech
Project Overview
This project is a monitoring solution designed to keep track of the status and performance of the following projects:
- https://www.rottigni.tech
- https://portfolio.rottigni.tech
- https://smtp.rottigni.tech
- https://cv.rottigni.tech
- https://jupyterhub.rottigni.tech
- https://storage.rottigni.tech
Table of Contents
Getting Started
Prerequisites
Before running this project, you will need to have the following installed:
- Docker
- Docker Compose
Installation
- Clone this repository:
git clone git@gitlab.com:LorenzoRottigni/sentry.rottigni.tech.git
- Navigate to project directory:
cd sentry.rottigni.tech
Build the Docker images:
docker-compose build
Start the Docker containers:
docker-compose up -d
Usage
Once the Docker containers are running, you can access the monitoring dashboard at:
- Grafana: http://localhost:5000
- Default Credentials: Username - admin, Password - admin
- Prometheus: http://localhost:9090
Docker Compose
The project uses Docker Compose to manage the containerized services. The docker-compose.yml
file defines the services and their configurations.
Grafana
Grafana is an open-source analytics and monitoring platform. It provides a powerful and customizable dashboard for visualizing metrics and logs.
Prometheus
Prometheus is an open-source monitoring and alerting toolkit. It collects and stores time-series data and can be used to query and alert on that data.
License
This project is licensed under the MIT License.