Updated scripts

This commit is contained in:
delvedor
2018-11-08 19:36:24 +01:00
parent 869b50fca9
commit 2d7dfdd7a0
6 changed files with 74 additions and 62 deletions

12
scripts/es-docker.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
exec docker run \
--rm \
-e "node.attr.testattr=test" \
-e "path.repo=/tmp" \
-e "repositories.url.allowed_urls=http://snapshot.*" \
-p 9200:9200 \
docker.elastic.co/elasticsearch/elasticsearch:6.4.0
# -e "xpack.security.enabled=true" \
# -e "ELASTIC_PASSWORD=passw0rd" \