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