Unofficial compiled from source version for RISCV64 directly on an Orange RV2 (automated pipeline)
921
Eclipse Mosquitto is an open source implementation of a server for versions 5, 3.1.1, and 3.1 of the MQTT protocol. Main homepage: http://mosquitto.org/
This is a compiled from source version for RISCV64 directly compiled on an Orange RV2.
Features
Volumes
Example compose file for reference
services:
mosquitto:
image: jpbraindev/eclipse-mosquitto-riscv64
container_name: mosquitto
restart: unless-stopped
environment:
# Replace these with your desired production credentials
- MQTT_USER=your_admin_user
- MQTT_PASS=your_password
ports:
- "1883:1883" # MQTT
- "8883:8883" # MQTTS (secure)
- "9003:9001" # Web Sockets
volumes:
- /your_config_directory:/mosquitto/config
- /your_data_directory:/mosquitto/data
- /your_log_directory:/mosquitto/log
- /your_certs_directory:/mosquitto/config/certs:ro
For complete documentation Go to https://github.com/eclipse-mosquitto/mosquitto
Content type
Image
Digest
sha256:ceb2d1a26…
Size
10.1 MB
Last updated
about 2 hours ago
docker pull jpbraindev/eclipse-mosquitto-riscv64