ece59b42bf
- 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.
13 lines
281 B
Bash
13 lines
281 B
Bash
# HBase version
|
|
HBASE_VERSION=2.6
|
|
|
|
# Timezone
|
|
TZ=UTC
|
|
|
|
# Port overrides (optional)
|
|
# HBASE_MASTER_PORT_OVERRIDE=16000
|
|
# HBASE_MASTER_INFO_PORT_OVERRIDE=16010
|
|
# HBASE_REGIONSERVER_PORT_OVERRIDE=16020
|
|
# HBASE_REGIONSERVER_INFO_PORT_OVERRIDE=16030
|
|
# HBASE_ZOOKEEPER_PORT_OVERRIDE=2181
|