Elasticsearch and Kibana 7.16.1
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
0a53061459
commit
b811a47680
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ services:
|
|||
condition: service_healthy
|
||||
|
||||
elasticsearch:
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.1
|
||||
container_name: parsedmarc-elasticsearch
|
||||
environment:
|
||||
- xpack.security.enabled=false
|
||||
|
@ -63,7 +63,7 @@ services:
|
|||
parsedmarc-init:
|
||||
condition: service_started
|
||||
kibana:
|
||||
image: docker.elastic.co/kibana/kibana:7.15.0
|
||||
image: docker.elastic.co/kibana/kibana:7.16.1
|
||||
container_name: parsedmarc-kibana
|
||||
environment:
|
||||
- elasticsearch.hosts=http://elasticsearch:9200
|
||||
|
|
Loading…
Reference in a new issue