update submodule

This commit is contained in:
Nicolas Cantu 2025-09-21 22:45:00 +00:00
parent 0ee0505ce5
commit 56a46a516c

View File

@ -376,11 +376,11 @@ services:
aliases: aliases:
- loki - loki
healthcheck: healthcheck:
test: ["CMD", "sh", "-c", "if curl -f http://localhost:3100/ready >/dev/null 2>&1; then echo 'Loki ready: Log aggregation service responding'; exit 0; else echo 'Loki starting: Log aggregation service not yet ready'; exit 1; fi"] test: ["CMD", "wget", "-q", "--spider", "http://localhost:3100/ready"]
interval: 30s interval: 30s
timeout: 10s timeout: 15s
retries: 3 retries: 5
start_period: 60s start_period: 120s
restart: unless-stopped restart: unless-stopped
promtail: promtail: