From 47af0afbd15b074561d98a117be353301a354e85 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 2 Dec 2020 13:59:42 -0700 Subject: WIP: test docker-compose git-fetch a set of docker-compose examples Add a mechanism for 'curl'ing to verify that service is up. For each docker-compose directory: 1) test that it comes up 2) use 'curl' to confirm that the service is up 3) bring it back down Signed-off-by: Ed Santiago --- test/docker-compose/elasticsearch-logstash-kibana.curl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/docker-compose/elasticsearch-logstash-kibana.curl (limited to 'test/docker-compose/elasticsearch-logstash-kibana.curl') diff --git a/test/docker-compose/elasticsearch-logstash-kibana.curl b/test/docker-compose/elasticsearch-logstash-kibana.curl new file mode 100644 index 000000000..9a94bd65c --- /dev/null +++ b/test/docker-compose/elasticsearch-logstash-kibana.curl @@ -0,0 +1,3 @@ +9200 elasticsearch +9600 logstash +5601 kibana -- cgit v1.2.3-54-g00ecf