Skip to content

Commit

Permalink
customised elasticsearch build and explorer tweak to talk to remote f…
Browse files Browse the repository at this point in the history
…orwarded instance
  • Loading branch information
fredex42 committed Dec 8, 2023
1 parent ca680e0 commit eb87f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions customimages/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM elasticsearch:7.17.14

RUN yes | bin/elasticsearch-plugin install repository-s3
2 changes: 1 addition & 1 deletion explorer/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ReactDOM from 'react-dom';

import 'graphiql/graphiql.css';

const fetcher = createGraphiQLFetcher({ url: 'http://localhost:9000/query', headers: {'X-Consumer-Username': ":internal"} });
const fetcher = createGraphiQLFetcher({ url: 'http://concierge-graphql.test:8000/query', headers: {'X-Consumer-Username': ":internal"} });

const rootElem = document.createElement('div');
rootElem.setAttribute("style","height: 100vh");
Expand Down

0 comments on commit eb87f64

Please sign in to comment.