diff --git a/run b/run index 04651d6..011d95b 100644 --- a/run +++ b/run @@ -1 +1 @@ -docker run --rm -it --network elastic $(docker build -q .) +docker run --rm -it -e ELASTIC_HOST=http://elastic:9200 --network elastic $(docker build -q .) diff --git a/run_http b/run_http new file mode 100644 index 0000000..7993ab7 --- /dev/null +++ b/run_http @@ -0,0 +1 @@ +docker run --rm -it -e ELASTIC_HOST=http://elastic:9200 -p 8080:8080 --network elastic $(docker build -q -f Dockerfile_http .) \ No newline at end of file diff --git a/run_index b/run_index index a6c5e55..891821c 100644 --- a/run_index +++ b/run_index @@ -1 +1 @@ -docker run --rm -it -e ELASTIC_HOST=https://elastic:9200 --network elastic $(docker build -q -f Dockerfile_index .) \ No newline at end of file +docker run --rm -it -e ELASTIC_HOST=http://elastic:9200 --network elastic $(docker build -q -f Dockerfile_index .) \ No newline at end of file