37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"Tools"
|
|
],
|
|
"description": "Eclipse Mosquitto is an open source implementation of a server for versions 5, 3.1.1, and 3.1 of the MQTT protocol.\r\nYou will need to create /portainer/Files/AppData/Config/Mosquitto/config/mosquitto.conf and if needed your password file.\r\nHave a look on https://mosquitto.org/man/mosquitto_passwd-1.html",
|
|
"hostname": "rpi-mosquitto",
|
|
"image_arm32": "eclipse-mosquitto:latest",
|
|
"image_arm64": "eclipse-mosquitto:latest",
|
|
"image_amd64": "eclipse-mosquitto:latest",
|
|
"logo": "https://raw.githubusercontent.com/docker-library/docs/757578e3a44e5460a8a11d32a81776f8b74231a9/eclipse-mosquitto/logo.png",
|
|
"name": "mosquitto",
|
|
"officialDoc": "https://hub.docker.com/_/eclipse-mosquitto",
|
|
"platform": "linux",
|
|
"ports": [
|
|
"1883:1883/tcp"
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Eclipse Mosquitto",
|
|
"type": 1,
|
|
"volumes": [
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Mosquitto/config",
|
|
"container": "/mosquitto/config"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Mosquitto/data",
|
|
"container": "/mosquitto/data"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Mosquitto/log",
|
|
"container": "/mosquitto/log"
|
|
}
|
|
],
|
|
"webpage": "https://mosquitto.org/"
|
|
}
|