Skip to content

Commit

Permalink
Merge pull request #2 from RafaelKr/fix/elasticsearch-update
Browse files Browse the repository at this point in the history
Update elasticsearch to restore compatibility
  • Loading branch information
patschi authored Oct 25, 2021
2 parents af71a46 + c9f0dab commit f2a400b
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 f2a400b

Please sign in to comment.