36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"categories": [
|
|
"Tools"
|
|
],
|
|
"description": "Eclipse Mosquitto is an open source message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.",
|
|
"image_arm32": "eclipse-mosquitto:latest",
|
|
"image_arm64": "eclipse-mosquitto:latest",
|
|
"image_amd64": "eclipse-mosquitto:latest",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/eclipse-mosquitto.png",
|
|
"name": "eclipse-mosquitto",
|
|
"officialDoc": "https://mosquitto.org/",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"1883:1883/tcp",
|
|
"9001:9001/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Eclipse Mosquitto MQTT",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/config",
|
|
"container": "/mosquitto/config"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/data",
|
|
"container": "/mosquitto/data"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/eclipse-mosquitto/log",
|
|
"container": "/mosquitto/log"
|
|
}
|
|
],
|
|
"webpage": "https://mosquitto.org/"
|
|
}
|