Jenkins + Minio + Prometheus + Grafana v1
This commit is contained in:
+32
@@ -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/
|
||||
Reference in New Issue
Block a user