Browse Source

Update portainer-v2.json

BenSeventy9 3 years ago
parent
commit
ef095310b0
1 changed files with 45 additions and 0 deletions
  1. 45 0
      pi-hosted_template/template/portainer-v2.json

+ 45 - 0
pi-hosted_template/template/portainer-v2.json

@@ -951,6 +951,51 @@
 			"title": "Minisatip",
 			"type": 1
 		},
+		
+		
+		
+		
+		
+		
+		{
+			"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",
+			"image": "eclipse-mosquitto:latest",
+			"logo": "https://raw.githubusercontent.com/docker-library/docs/757578e3a44e5460a8a11d32a81776f8b74231a9/eclipse-mosquitto/logo.png",
+			"name": "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"
+				}
+			]
+		},
+		
+		
+		
+		
+		
+		
+		
+		
 		{
 			"categories": [
 				"Other",