forked from LBRYCommunity/lbry-sdk
add ES to makefile
This commit is contained in:
parent
eba0c9be34
commit
4989ed445e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -30,3 +30,6 @@ test-integration:
|
|||
idea:
|
||||
mkdir -p .idea
|
||||
cp -r scripts/idea/* .idea
|
||||
|
||||
elastic-docker:
|
||||
docker run -d -v lbryhub:/usr/share/elasticsearch/data -p 9200:9200 -p 9300:9300 -e"ES_JAVA_OPTS=-Xms512m -Xmx512m" -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.12.1
|
||||
|
|
Loading…
Reference in a new issue