openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy

Home Page:https://openim.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenIM Docker Usage Instructions πŸ“˜

Documentation Resources πŸ“š

πŸ‘₯ Community

Environment Preparation 🌍

Repository Cloning πŸ—‚οΈ

git clone https://github.com/openimsdk/openim-docker

Configuration Modification πŸ”§

  • Modify the .env file to configure the external IP. If using a domain name, Nginx configuration is required.

    # Set the external access address (IP or domain) for MinIO service
    MINIO_EXTERNAL_ADDRESS="http://external_ip:10005"
    
  • For other configurations, please refer to the comments in the .env file

Service Launch πŸš€

  • To start the service:
docker compose up -d
  • To stop the service:
docker compose down
  • To view logs:
docker logs -f openim-server
docker logs -f openim-chat

Quick Experience ⚑

For a quick experience with OpenIM services, please visit the Quick Test Server Guide.


About

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy

https://openim.io

License:Apache License 2.0


Languages

Language:Shell 100.0%