Skip to content

Commit

Permalink
docker-compose: fleet-server depends on kibana (#5496)
Browse files Browse the repository at this point in the history
  • Loading branch information
axw authored Jun 21, 2021
1 parent f5664d8 commit ab082c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ services:
KIBANA_PASSWORD: "${ES_SUPERUSER_PASS:-changeme}"
depends_on:
elasticsearch: { condition: service_healthy }
kibana: { condition: service_healthy }
volumes:
- "./testing/docker/fleet-server/certificate.pem:/etc/pki/tls/certs/fleet-server.pem"
- "./testing/docker/fleet-server/key.pem:/etc/pki/tls/private/fleet-server-key.pem"
Expand Down

0 comments on commit ab082c3

Please sign in to comment.