Files
compose-anything/src/minio/.env.example
Sun-ZhenXing 1b34b74851 Refactor Langfuse configuration and documentation
- Updated .env.example with new service versions and added detailed configuration options for PostgreSQL, ClickHouse, MinIO, and Redis.
- Enhanced README.md and README.zh.md for clearer setup instructions and environment variable descriptions.
- Modified docker-compose.yaml to improve service definitions, health checks, and resource limits for all components.
- Changed MinIO image to Chainguard's production-ready version and updated default credentials.
- Improved health check commands for Phoenix service in docker-compose.yaml.
2025-12-23 15:51:16 +08:00

14 lines
237 B
Plaintext

# MinIO Version (Chainguard Image)
MINIO_VERSION=0.20251015
# MinIO Root User Credentials
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
# Ports
MINIO_PORT_OVERRIDE_API=9000
MINIO_PORT_OVERRIDE_WEBUI=9001
# Timezone
TZ=UTC