Skip to content

Commit 875f883

Browse files
authored
compose: Wait until fleet-server is healthy (#7034)
Updates the `proxy_dep` in `docker-compose.yml` to wait until the`fleet- server` is healthy before exiting. This will most likely cause the systemtest to fail less on `context.DeadlineExceeded` since the wait won't count towards the systemtest timeout. Signed-off-by: Marc Lopez Rubio <[email protected]>
1 parent 1740541 commit 875f883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
depends_on:
88
elasticsearch: { condition: service_healthy }
99
kibana: { condition: service_healthy }
10+
fleet-server: { condition: service_healthy }
1011

1112
elasticsearch:
1213
image: docker.elastic.co/elasticsearch/elasticsearch:8.1.0-dbc834fd-SNAPSHOT

0 commit comments

Comments
 (0)