From e3f48a0a22e2d805427f821d82810a58275f9f92 Mon Sep 17 00:00:00 2001 From: ShankarMounesh Date: Fri, 29 Apr 2022 05:04:23 +0000 Subject: [PATCH] Update 'Deploment/portainer-stack.json' --- Deploment/portainer-stack.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Deploment/portainer-stack.json b/Deploment/portainer-stack.json index c4954ea..575543c 100644 --- a/Deploment/portainer-stack.json +++ b/Deploment/portainer-stack.json @@ -42,6 +42,25 @@ "bind": "/var/lib/grafana" } ] + }, + + { + "type": 1, + "title": "Influxdb", + "description": "Docker image influxdb", + "categories": ["docker"], + "platform": "linux", + "logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png", + "image": "influxdb", + "container_name": "influxdb", + "ports": [ + "8086:8086" + ], + "volumes": [ + { + "bind": "/var/lib/influxdb" + } + ] } ] } \ No newline at end of file