浏览代码

Add in a build for latest as well

Robert Middleswarth 2 年之前
父节点
当前提交
d378e79c83
共有 1 个文件被更改,包括 32 次插入0 次删除
  1. 32 0
      template/apps/influxdb-latest.json

+ 32 - 0
template/apps/influxdb-latest.json

@@ -0,0 +1,32 @@
+{
+	"categories": [
+		"Other",
+		"Tools"
+	],
+	"description": "InfluxDB is an open source time series database for recording metrics, events, and analytics. You will need to add /portainer/Files/AppData/Config/Influxdb/config/influxdb.conf",
+	"hostname": "rpi-influxdb",
+	"image_arm32": "influxdb:latest",
+	"image_arm64": "influxdb:latest",
+	"image_amd64": "influxdb:latest",
+	"logo": "https://raw.githubusercontent.com/docker-library/docs/43d87118415bb75d7bb107683e79cd6d69186f67/influxdb/logo.png",
+	"name": "influxdb1810",
+	"officialDoc": "https://docs.influxdata.com/influxdb/v2.0/install/?t=Docker",
+	"platform": "linux",
+	"ports": [
+		"8086:8086/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "Influxdb Latest",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/Influxdb/data",
+			"container": "/var/lib/influxdb"
+		},
+		{
+			"bind": "/portainer/Files/AppData/Config/Influxdb/config",
+			"container": "/var/lib/influxdb"
+		}
+	],
+	"webpage": "https://www.influxdata.com/"
+}