restart siempre

This commit is contained in:
2025-11-14 11:22:04 +01:00
parent 65f2585c59
commit d99e544ebe
+5 -5
View File
@@ -17,7 +17,7 @@ services:
user: "65534:65534"
networks:
- monitoring
restart: unless-stopped
restart: always
# Loki para logs
loki:
@@ -31,7 +31,7 @@ services:
command: -config.file=/etc/loki/local-config.yaml
networks:
- monitoring
restart: unless-stopped
restart: always
# Tempo para trazas - Solo almacenamiento (Alloy maneja la recolección)
tempo:
@@ -46,7 +46,7 @@ services:
- -config.file=/etc/tempo/tempo.yaml
networks:
- monitoring
restart: unless-stopped
restart: always
# Grafana Alloy para colección de datos - ÚNICA PUERTA DE ENTRADA
alloy:
@@ -83,7 +83,7 @@ services:
- ALLOY_HOSTNAME=alloy
networks:
- monitoring
restart: unless-stopped
restart: always
depends_on:
- prometheus
- loki
@@ -108,7 +108,7 @@ services:
user: "472:472"
networks:
- monitoring
restart: unless-stopped
restart: always
depends_on:
- prometheus
- loki