5 lines
168 B
Bash
5 lines
168 B
Bash
# Version of Elastic products
|
|
STACK_VERSION=8.4.0 # Port to expose Elasticsearch HTTP API to the host
|
|
ES_PORT=9200 # Port to expose Kibana to the host
|
|
KIBANA_PORT=5601
|