Update 'Deploment/deployment.json'
This commit is contained in:
@@ -78,23 +78,26 @@
|
|||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "influxdb",
|
"title": "influxdb",
|
||||||
"name": "influxdb",
|
"name": "influxdb.bit.lan",
|
||||||
"description": "Docker image influxdb",
|
"description": "Docker image influxdb",
|
||||||
"categories": ["Database"],
|
"categories": ["Database"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
"logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png",
|
||||||
"administrator_only": false,
|
"administrator_only": false,
|
||||||
"image": "influxdb",
|
"image": "influxdb:2.1",
|
||||||
|
"network": "host",
|
||||||
"hostname": "influxdb",
|
"hostname": "influxdb",
|
||||||
"ports": ["8086:8086/tcp"],
|
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/var/lib/influxdb",
|
"container": "/var/lib/influxdb2",
|
||||||
"bind": "/srv/influxdb-data",
|
"bind": "/srv/influxdb.bit.lan/data",
|
||||||
"readonly": true
|
"readonly": false
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"labels": [
|
||||||
|
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user