mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-07 21:35:19 -05:00
Merge ddf0100451 into 20c105c194
This commit is contained in:
@@ -29,8 +29,8 @@ services:
|
||||
# restart: always
|
||||
# image: docker.elastic.co/elasticsearch/elasticsearch:8.19.15
|
||||
# environment:
|
||||
# - "ELASTIC_PASSWORD=password" #Username is elastic. Do not change the username.
|
||||
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true"
|
||||
# - "ELASTIC_PASSWORD=password" # Username is elastic. Do not change the username.
|
||||
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m -Des.enforce.bootstrap.checks=true" # Please update the memory to suit your environment or you will have wasted memory. both -Xms & -Xmx must be the same size. 1g for GB.
|
||||
# - "xpack.license.self_generated.type=basic"
|
||||
# - "xpack.security.enabled=false"
|
||||
# - "xpack.watcher.enabled=false"
|
||||
@@ -39,7 +39,6 @@ services:
|
||||
# - "bootstrap.memory_lock=true"
|
||||
# - "cluster.name=es-mastodon"
|
||||
# - "discovery.type=single-node"
|
||||
# - "thread_pool.write.queue_size=1000"
|
||||
# networks:
|
||||
# - external_network
|
||||
# - internal_network
|
||||
|
||||
Reference in New Issue
Block a user