Skip to content

Commit

Permalink
We don't need to expose elasticsearch ports
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprintz committed Nov 2, 2023
1 parent 3adbba3 commit 449f736
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ services:
- ES_JAVA_OPTS=-Xms1g -Xmx1g
- xpack.security.enabled=false
- action.auto_create_index=false
ports:
- target: 9200
published: 9200
healthcheck:
test: curl http://localhost:9200/_cluster/health?wait_for_status=yellow || exit 1
interval: 10s
Expand Down

0 comments on commit 449f736

Please sign in to comment.