mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #2700 from nextcloud/enh/2332/update-es-to-8
update to ES 8 and add necessary adjustements to its config
This commit is contained in:
commit
5005f09dea
2 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
|
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
|
||||||
FROM elasticsearch:7.17.10
|
FROM elasticsearch:8.8.0
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -587,9 +587,14 @@
|
||||||
"internal_port": "9200",
|
"internal_port": "9200",
|
||||||
"environment": [
|
"environment": [
|
||||||
"TZ=%TIMEZONE%",
|
"TZ=%TIMEZONE%",
|
||||||
|
"ES_JAVA_OPTS=-Xms512M -Xmx512M",
|
||||||
|
"bootstrap.memory_lock=true",
|
||||||
|
"cluster.name=nextcloud-aio",
|
||||||
"discovery.type=single-node",
|
"discovery.type=single-node",
|
||||||
"ES_JAVA_OPTS=-Xms1024M -Xmx1024M",
|
"logger.org.elasticsearch.discovery=WARN",
|
||||||
"POSTGRES_HOST=nextcloud-aio-database"
|
"http.port=9200",
|
||||||
|
"xpack.license.self_generated.type=basic",
|
||||||
|
"xpack.security.enabled=false"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue