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