Skip to content

Commit b1b8a41

Browse files
authored
Merge pull request #15 from hyper63/tillathehun0/return-hyper-esque-12
fix!: resolve hyper error and bubble rejected non-handled exceptions #12
2 parents 0d5ab2e + 5e1afd0 commit b1b8a41

File tree

13 files changed

+1225
-157
lines changed

13 files changed

+1225
-157
lines changed

.elasticsearch/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM opensearchproject/opensearch:1.2.4
2+
3+
ENV discovery.type=single-node
4+
5+
COPY ./opensearch.yml /usr/share/opensearch/config/opensearch.yml
6+
7+
EXPOSE 9200 9600
File renamed without changes.

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
image:
22
file: .gitpod.Dockerfile
3+
tasks:
4+
- name: Start Elasticsearch
5+
init: |
6+
docker build -t hyper-elasticsearch .elasticsearch
7+
docker run -p 9200:9200 -p 9600:9600 --name local-hyper-elasticsearch hyper-elasticsearch
8+
command: |
9+
docker start -a local-hyper-elasticsearch
310
411
github:
512
prebuilds:

0 commit comments

Comments
 (0)