You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Docker images
MONGO_IMAGE=mongo:latest # MongoDB server image version
REDIS_IMAGE=redis:latest # Redis server image version
KAFKA_IMAGE=bitnami/kafka:3.5.1 # Kafka server image version
MINIO_IMAGE=minio/minio:latest # MinIO server image version
PROMETHEUS_IMAGE=prom/prometheus:latest # Prometheus monitoring system image version
ALERTMANAGER_IMAGE=prom/alertmanager:latest # Alertmanager for Prometheus image version
GRAFANA_IMAGE=grafana/grafana:latest # Grafana visualization tool image version
ETCD_IMAGE=quay.io/coreos/etcd:v3.5.13
OPENIM_WEB_FRONT_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web-front:release-v3.8.0
OPENIM_ADMIN_FRONT_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-admin-front:release-v1.8.0
NODE_EXPORTER_IMAGE=prom/node-exporter:v1.7.0 # Prometheus Node Exporter image version
# OpenIM server and chat service images
#OPENIM_SERVER_IMAGE=openim/openim-server:release-v3.8 # OpenIM server application image version
OPENIM_SERVER_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:release-v3.8
#OPENIM_CHAT_IMAGE=openim/openim-chat:release-v1.8 # OpenIM chat application image version
OPENIM_CHAT_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-chat:release-v1.8
# Directory for data storage
DATA_DIR=./
# MongoDB configuration
MONGO_ADDRESS="openim_mongo:27017" # Address of MongoDB server
MONGO_USERNAME=openIM # MongoDB username
MONGO_PASSWORD=openIM123 # MongoDB password
# Kafka configuration
KAFKA_ADDRESS="openim_kafka:9094" # Address of Kafka server
# Etcd configuration
ETCD_ADDRESS="openim_etcd:2379"
# Redis configuration
REDIS_ADDRESS="openim_redis:6379" # Address of Redis server
REDIS_PASSWORD=openIM123 # Redis password
# MinIO configuration
MINIO_EXTERNAL_ADDRESS="http://*.*.*.*:10005" # External address for MinIO needs to be manually modified
MINIO_INTERNAL_ADDRESS="openim_minio:9000" # Internal network address of MinIO
MINIO_ACCESS_KEY_ID=root # Access key ID for MinIO
MINIO_SECRET_ACCESS_KEY=openIM123 # Secret access key for MinIO
MINIO_PORT=10005 # Port for MinIO server
MINIO_CONSOLE_PORT=10004 # Console port for MinIO
# OpenIM configuration
OPENIM_SECRET=openIM123 # Secret for OpenIM authentication
OPENIM_API_PORT=10002 # API port for OpenIM server
OPENIM_MSG_GATEWAY_PORT=10001 # Message gateway port for OpenIM
# Ports for chat API and admin API
CHAT_API_PORT=10008 # Chat service API port
ADMIN_API_PORT=10009 # Admin API port
# Ports for OpenIM web and admin frontends
OPENIM_WEB_FRONT_PORT=11001 # Web frontend port for OpenIM
OPENIM_ADMIN_FRONT_PORT=11002 # Admin frontend port for OpenIM
# Monitoring ports
PROMETHEUS_PORT=19090 # Port for Prometheus server
ALERT_MANAGER_PORT=19093 # Port for Alert Manager
GRAFANA_PORT=13000 # Port for Grafana
NODE_EXPORTER_PORT=19100 # Port for Prometheus Node Exporter
# General settings
API_URL="http://openim-server:10002" # API URL for OpenIM server
LOG_IS_STDOUT=true # Log output to standard out
LOG_LEVEL=3 # Log level: 3 for production environments, 6 for test environments
GRAFANA_URL="http://*.*.*.*:13000/" # Define the URL for accessing the Grafana dashboard, specifying the external IP and port
Screenshots Link
No response
The text was updated successfully, but these errors were encountered:
You should enter your external IP address in the MinIO URL.
MINIO_EXTERNAL_ADDRESS="http://...:10005" # External address for MinIO needs to be manually modified
It's not that reason, it's because I customized the container name openim-minio (default minio) for minio, which caused openim server to not start properly. I don't know if future versions will support customization
OpenIM Server Version
3.8.0
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Issue Description and Steps to Reproduce
openim-server
issue: MinIO check failed: check bucket exists error: Invalid Request (invalid hostname)
docker-compose.yml
env
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: