update submodule
This commit is contained in:
parent
0ee0505ce5
commit
56a46a516c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user