Initial commit of Elasticsearch Cloudron package
This commit is contained in:
14
CloudronPackage/.env.template
Normal file
14
CloudronPackage/.env.template
Normal file
@ -0,0 +1,14 @@
|
||||
# Password for the 'elastic' user (at least 6 characters)
|
||||
ELASTIC_PASSWORD=changeme
|
||||
|
||||
# Version of Elastic products
|
||||
STACK_VERSION=8.17.3
|
||||
|
||||
# Set the cluster name
|
||||
CLUSTER_NAME=cloudron-cluster
|
||||
|
||||
# Set to 'basic' or 'trial' to automatically start the 30-day trial
|
||||
LICENSE=basic
|
||||
|
||||
# Data directory for Cloudron
|
||||
CLOUDRON_DATA_DIR=/app/data
|
Reference in New Issue
Block a user