Update 'Deploment/portainer-stack.json'
This commit is contained in:
@@ -42,6 +42,25 @@
|
|||||||
"bind": "/var/lib/grafana"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user