Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/profile/_static/docker-compose-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
condition: service_healthy
healthcheck:
test: "curl -f http://127.0.0.1:8220/api/status | grep HEALTHY 2>&1 >/dev/null"
retries: 12
retries: 60
interval: 5s
hostname: docker-fleet-server
environment:
Expand All @@ -97,7 +97,7 @@ services:
condition: service_healthy
healthcheck:
test: "elastic-agent status"
retries: 90
retries: 180
interval: 1s
hostname: docker-fleet-agent
environment:
Expand Down