瀏覽代碼

Add dozzle log viewer

Ryan Fortner 3 年之前
父節點
當前提交
07a7f666c7
共有 1 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      pi-hosted_template/template/portainer-v2.json

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

@@ -4109,6 +4109,30 @@
 					"container": "/config"
 					"container": "/config"
 				}
 				}
 			]
 			]
+		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"description": "Dozzle is a real-time log viewer for docker containers.",
+			"image": "amir20/dozzle:latest",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/dozzle.png",
+			"name": "dozzle",
+			"note": "View logs for docker containers.",
+			"platform": "linux",
+			"ports": [
+				"8888:8080/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Dozzle",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
+				}
+			]
 		}
 		}
 	]
 	]
 }
 }