.env 715 B

1234567891011121314151617181920212223242526272829
  1. # Password for the 'elastic' user (at least 6 characters)
  2. ELASTIC_PASSWORD=
  3. # Password for the 'kibana_system' user (at least 6 characters)
  4. KIBANA_PASSWORD=
  5. # Version of Elastic products
  6. STACK_VERSION={version}
  7. # Set the cluster name
  8. CLUSTER_NAME=docker-cluster
  9. # Set to 'basic' or 'trial' to automatically start the 30-day trial
  10. LICENSE=basic
  11. #LICENSE=trial
  12. # Port to expose Elasticsearch HTTP API to the host
  13. ES_PORT=9200
  14. #ES_PORT=127.0.0.1:9200
  15. # Port to expose Kibana to the host
  16. KIBANA_PORT=5601
  17. #KIBANA_PORT=80
  18. # Increase or decrease based on the available host memory (in bytes)
  19. MEM_LIMIT=1073741824
  20. # Project namespace (defaults to the current folder name if not set)
  21. #COMPOSE_PROJECT_NAME=myproject