Skip to content

Commit

Permalink
New kibana endpoint, remove versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Sep 13, 2024
1 parent f7c3f79 commit 5bcb2fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions docker-compose.override.yml.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
proxy:
ports:
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: "3.8"

services:
proxy:
image: nginx:1.19
environment:
- KIBANA_ENDPOINT=https://5bc3d4f7330a4459881197a85659caf5.us-west-2.aws.found.io:9243
- KIBANA_ENDPOINT=https://my-deployment-c3fead.kb.us-west-2.aws.found.io:9243
- KIBANA_BASIC_AUTH
ports:
- 80:80
Expand Down

0 comments on commit 5bcb2fc

Please sign in to comment.