From 38a428eb520d47f1bf9397bbd674b68dc7d1581c Mon Sep 17 00:00:00 2001 From: Andi Date: Sun, 14 May 2023 18:14:41 +0200 Subject: [PATCH] run docker --- run | 2 +- run_http | 1 + run_index | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 run_http 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