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