This commit is contained in:
Till JS 2026-04-10 23:04:39 +02:00
parent a47a7bfdba
commit 82f58e44fa
5 changed files with 7 additions and 6 deletions

View file

@ -37,7 +37,7 @@ services:
- pelias
elasticsearch:
image: pelias/elasticsearch:7.17.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.1
container_name: pelias-elasticsearch
restart: unless-stopped
ports:
@ -46,6 +46,8 @@ services:
- pelias-elasticsearch:/usr/share/elasticsearch/data
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
discovery.type: single-node
xpack.security.enabled: "false"
ulimits:
memlock:
soft: -1