- 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.
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
# RocketMQ version
|
|
ROCKETMQ_VERSION=5.3.1
|
|
ROCKETMQ_DASHBOARD_VERSION=2.0.0
|
|
|
|
# Timezone
|
|
TZ=UTC
|
|
|
|
# Port overrides (optional)
|
|
# ROCKETMQ_NAMESRV_PORT_OVERRIDE=9876
|
|
# ROCKETMQ_BROKER_PORT_OVERRIDE=10909
|
|
# ROCKETMQ_BROKER_VIP_PORT_OVERRIDE=10911
|
|
# ROCKETMQ_BROKER_HA_PORT_OVERRIDE=10912
|
|
# ROCKETMQ_DASHBOARD_PORT_OVERRIDE=8080
|