Skip to content

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

License

Notifications You must be signed in to change notification settings

openimsdk/openim-docker

Repository files navigation

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages