Skip to content

Commit

Permalink
Merge pull request #6 from pentoai/auto-start-demo
Browse files Browse the repository at this point in the history
Demo auto-starts ElasticSearch
  • Loading branch information
leopiney authored Oct 12, 2022
2 parents c1ed5ec + 9571ce1 commit 518c448
Show file tree
Hide file tree
Showing 11 changed files with 614 additions and 386 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastikn

WORKDIR /usr/share/elasticsearch/

HEALTHCHECK --interval=10s --timeout=30s --start-period=10s CMD curl --fail http://localhost:9200 || exit 1
163 changes: 80 additions & 83 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 518c448

Please sign in to comment.