Jenkins + Minio + Prometheus + Grafana v1

This commit is contained in:
2026-09-01 13:42:14 +00:00
commit 05a197b0d0
21 changed files with 2256 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Backups
/backups/
# Cache de Python
__pycache__/
# Variables de entorno
.env
# Certificados y claves
/data/certs/
*.key
*.pem
*.crt
# Grafana (estado runtime)
/data/grafana/data/
# Jenkins home (volumen)
/data/jenkins_home/
# MinIO (motor de storage y objetos)
/data/minio/
# MySQL (datadir del motor, no el init)
/data/mysql/data/
# Nginx Proxy Manager (estado, keys, certs)
/data/npm/
# Prometheus (TimeSeriesDataBase, no el config)
/data/prometheus/data/