Files
compose-anything/src/tidb/.env.example
Sun-ZhenXing ece59b42bf 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.
2025-10-22 11:46:50 +08:00

12 lines
236 B
Plaintext

# TiDB version (applies to PD, TiKV, and TiDB)
TIDB_VERSION=v8.5.0
# Timezone
TZ=UTC
# Port overrides (optional)
# TIDB_PD_PORT_OVERRIDE=2379
# TIDB_TIKV_PORT_OVERRIDE=20160
# TIDB_PORT_OVERRIDE=4000
# TIDB_STATUS_PORT_OVERRIDE=10080