Skip to content

Commit

Permalink
lap pognali
Browse files Browse the repository at this point in the history
  • Loading branch information
xnull committed Apr 26, 2024
1 parent cbbdba2 commit 0346a9e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cloud/infrastructure/docker-elk/init.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
#!/usr/bin/env bash

set -ex

#download docker-elk repo into a build directory
rm -rf build/docker-elk/

git clone https://github.com/deviantony/docker-elk.git build/docker-elk

cd build/docker-elk
git checkout 1bee7e1c097d3c2f9d72995d5ca2d6051f29381b
cd ../../

# do not delete elastic volume
#docker volume rm docker-elk_elasticsearch
docker volume rm docker-elk_elasticsearch

#copy configs into a build dir
cp -v docker-compose.yml build/docker-elk
Expand Down

0 comments on commit 0346a9e

Please sign in to comment.