Files
2023-12-23 21:21:37 -08:00

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