updated netwrok and volumes
This commit is contained in:
parent
cb627f76de
commit
28d55a9d7a
|
|
@ -63,20 +63,10 @@ services:
|
|||
environment:
|
||||
- discovery.type=single-node
|
||||
- cluster.name=${CLUSTER_NAME}
|
||||
# Dev/test için security kapalı
|
||||
- xpack.security.enabled=false
|
||||
- xpack.security.transport.ssl.enabled=false
|
||||
# Heap size
|
||||
- ES_JAVA_OPTS=${ES_JAVA_OPTS}
|
||||
# Lisans modu
|
||||
- xpack.license.self_generated.type=${LICENSE}
|
||||
ulimits:
|
||||
memlock:
|
||||
soft: -1
|
||||
hard: -1
|
||||
nofile:
|
||||
soft: 65536
|
||||
hard: 65536
|
||||
volumes:
|
||||
- es-data:/usr/share/elasticsearch/data
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in New Issue