Add environment configuration and documentation for various services
- Created .env.example files for Kafka, Kibana, KodBox, Kong, Langfuse, Logstash, n8n, Nginx, OceanBase, OpenCoze, RocketMQ, TiDB, and TiKV. - Added README.md and README.zh.md files for OceanBase, RocketMQ, TiDB, and TiKV, detailing usage, configuration, and access instructions. - Implemented docker-compose.yaml files for OceanBase, RocketMQ, TiDB, and TiKV, defining service configurations, health checks, and resource limits. - Included broker.conf for RocketMQ to specify broker settings. - Established a consistent timezone (UTC) across all services. - Provided optional port overrides in .env.example files for flexibility in deployment.
This commit is contained in:
20
src/kibana/.env.example
Normal file
20
src/kibana/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Kibana version
|
||||
KIBANA_VERSION=8.16.1
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
# Elasticsearch connection
|
||||
ELASTICSEARCH_HOSTS=http://elasticsearch:9200
|
||||
ELASTICSEARCH_USERNAME=
|
||||
ELASTICSEARCH_PASSWORD=
|
||||
|
||||
# Security settings
|
||||
KIBANA_SECURITY_ENABLED=false
|
||||
KIBANA_ENCRYPTION_KEY=
|
||||
|
||||
# Logging
|
||||
KIBANA_LOG_LEVEL=info
|
||||
|
||||
# Port overrides (optional)
|
||||
# KIBANA_PORT_OVERRIDE=5601
|
||||
Reference in New Issue
Block a user