mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-02 11:10:08 +01:00
Travis: Return exit code of spawned process in password setup script
Also bump stack version in stack file.
This commit is contained in:
@@ -23,3 +23,6 @@ expect {
|
||||
}
|
||||
eof
|
||||
}
|
||||
|
||||
lassign [wait] pid spawnid os_error_flag value
|
||||
exit $value
|
||||
|
||||
@@ -3,7 +3,7 @@ version: '3.3'
|
||||
services:
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.0.1
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.1.1
|
||||
ports:
|
||||
- "9200:9200"
|
||||
- "9300:9300"
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
logstash:
|
||||
image: docker.elastic.co/logstash/logstash:7.0.1
|
||||
image: docker.elastic.co/logstash/logstash:7.1.1
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "9600:9600"
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
replicas: 1
|
||||
|
||||
kibana:
|
||||
image: docker.elastic.co/kibana/kibana:7.0.1
|
||||
image: docker.elastic.co/kibana/kibana:7.1.1
|
||||
ports:
|
||||
- "5601:5601"
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user