Files
rustfs/.docker/mqtt/README.md
2026-02-27 01:21:12 +08:00

825 B

MQTT Broker (EMQX)

This directory contains the configuration for running an EMQX MQTT broker, which can be used for testing RustFS's MQTT integration.

🚀 Quick Start

To start the EMQX broker:

docker compose up -d

📊 Access

🛠️ Configuration

The docker-compose.yml file sets up a single-node EMQX instance.

  • Persistence: Data is not persisted by default (for testing).
  • Network: Uses the default bridge network.

📝 Notes

  • This setup is intended for development and testing purposes.
  • For production deployments, please refer to the official EMQX Documentation.