60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"categories": [
|
|
"Other",
|
|
"Tools"
|
|
],
|
|
"description": "InfluxDB is an open source time series database for recording metrics, events, and analytics.",
|
|
"env": [
|
|
{
|
|
"default": "setup",
|
|
"label": "DOCKER_INFLUXDB_INIT_MODE",
|
|
"name": "DOCKER_INFLUXDB_INIT_MODE"
|
|
},
|
|
{
|
|
"default": "your-initial-username",
|
|
"label": "DOCKER_INFLUXDB_INIT_USERNAME",
|
|
"name": "DOCKER_INFLUXDB_INIT_USERNAME"
|
|
},
|
|
{
|
|
"default": "your-initial-password",
|
|
"label": "DOCKER_INFLUXDB_INIT_PASSWORD",
|
|
"name": "DOCKER_INFLUXDB_INIT_PASSWORD"
|
|
},
|
|
{
|
|
"default": "your-initial-organisation",
|
|
"label": "DOCKER_INFLUXDB_INIT_ORG",
|
|
"name": "DOCKER_INFLUXDB_INIT_ORG"
|
|
},
|
|
{
|
|
"default": "your-initial-bucket",
|
|
"label": "DOCKER_INFLUXDB_INIT_BUCKET",
|
|
"name": "DOCKER_INFLUXDB_INIT_BUCKET"
|
|
}
|
|
],
|
|
"hostname": "rpi-influxdb",
|
|
"image_arm64": "influxdb:latest",
|
|
"image_amd64": "influxdb:latest",
|
|
"logo": "https://raw.githubusercontent.com/docker-library/docs/43d87118415bb75d7bb107683e79cd6d69186f67/influxdb/logo.png",
|
|
"name": "influxdb",
|
|
"note": "Set your initial organisation, bucket, username and password below. Wisit Web UI at http://your_host:8086/ for setting up a tocken.",
|
|
"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/Influxdb2/data",
|
|
"container": "/var/lib/influxdb2"
|
|
},
|
|
{
|
|
"bind": "/portainer/Files/AppData/Config/Influxdb2/config",
|
|
"container": "/etc/influxdb2"
|
|
}
|
|
],
|
|
"webpage": "https://www.influxdata.com/"
|
|
}
|