feat: add openlit & openobserve & buildingai
This commit is contained in:
43
apps/openobserve/.env.example
Normal file
43
apps/openobserve/.env.example
Normal file
@@ -0,0 +1,43 @@
|
||||
# OpenObserve Configuration
|
||||
|
||||
# Global registry prefix (optional)
|
||||
# Leave empty to use the default registry (public.ecr.aws/zinclabs/)
|
||||
GLOBAL_REGISTRY=
|
||||
|
||||
# OpenObserve version
|
||||
# Latest stable version: v0.50.0
|
||||
OPENOBSERVE_VERSION=v0.50.0
|
||||
|
||||
# Timezone configuration
|
||||
# Default: UTC
|
||||
TZ=UTC
|
||||
|
||||
# OpenObserve web UI port override
|
||||
# Default: 5080
|
||||
OPENOBSERVE_PORT_OVERRIDE=5080
|
||||
|
||||
# Data directory inside container
|
||||
# Default: /data
|
||||
ZO_DATA_DIR=/data
|
||||
|
||||
# Root user credentials
|
||||
# IMPORTANT: Change these default credentials before deploying to production
|
||||
ZO_ROOT_USER_EMAIL=admin@example.com
|
||||
ZO_ROOT_USER_PASSWORD=Complexpass#123
|
||||
|
||||
# Optional: S3 object storage configuration
|
||||
# Leave empty to use local disk storage
|
||||
# If configured, OpenObserve will use S3 for data storage
|
||||
ZO_S3_BUCKET_NAME=
|
||||
ZO_S3_REGION_NAME=
|
||||
ZO_S3_ACCESS_KEY=
|
||||
ZO_S3_SECRET_KEY=
|
||||
|
||||
# Resource limits
|
||||
# CPU limits (in cores)
|
||||
OPENOBSERVE_CPU_LIMIT=2.0
|
||||
OPENOBSERVE_CPU_RESERVATION=0.5
|
||||
|
||||
# Memory limits
|
||||
OPENOBSERVE_MEMORY_LIMIT=2G
|
||||
OPENOBSERVE_MEMORY_RESERVATION=512M
|
||||
Reference in New Issue
Block a user