Skip to content

Commit

Permalink
Update elasticsearch to restore compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelKr committed Oct 19, 2021
1 parent af71a46 commit c9f0dab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ services:
condition: service_healthy

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.8.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.1
environment:
- cluster.name=parsedmarc
- discovery.type=single-node
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- xpack.security.enabled=false # required to prevent warnings in kibana dashboard. Security is not required as we're only operating docker-internally
ulimits:
memlock:
soft: -1
Expand All @@ -58,7 +59,7 @@ services:
condition: service_started

kibana:
image: docker.elastic.co/kibana/kibana-oss:7.8.1
image: docker.elastic.co/kibana/kibana:7.15.1
environment:
- elasticsearch.hosts=http://elasticsearch:9200
- telemetry.enabled=false
Expand Down

0 comments on commit c9f0dab

Please sign in to comment.