Update 'Deploment/deployment.json'
This commit is contained in:
+35
-14
@@ -1,23 +1,41 @@
|
||||
{
|
||||
"version": "2",
|
||||
"templates": [
|
||||
|
||||
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Grafana",
|
||||
"description": "Grafana docker swarm service",
|
||||
"categories": ["monitoring"],
|
||||
"name": "grafana.bit.lan",
|
||||
"description": "Docker monitoring tool grafana",
|
||||
"categories": ["Monitoring"],
|
||||
"platform": "linux",
|
||||
"logo": "https://uxwing.com/wp-content/themes/uxwing/download/10-brands-and-social-media/grafana.png",
|
||||
"administrator_only": false,
|
||||
"image": "grafana/grafana:latest-ubuntu",
|
||||
"logo": "https://cloudinovasi.id/assets/img/logos/cockroachdb.png",
|
||||
"privileged": true,
|
||||
"hostname": "grafana",
|
||||
"restart_policy": "always",
|
||||
"network": "host",
|
||||
"ports": ["3000:3000/tcp"],
|
||||
"command": "/bin/bash -c \"sudo chown -R 472:472 /srv/grafana.bit.lan/data\" && exit 777",
|
||||
"privileged": true,
|
||||
"administrator_only": false,
|
||||
"env": [
|
||||
{
|
||||
"name": "GF_USERS_ALLOW_SIGN_UP",
|
||||
"default": "false",
|
||||
"preset": true
|
||||
},
|
||||
{
|
||||
"name": "GF_SERVER_PROTOCOL",
|
||||
"default": "https",
|
||||
"preset": true
|
||||
},
|
||||
{
|
||||
"name": "GF_SERVER_CERT_FILE",
|
||||
"default": "/var/lib/grafana/grafana.crt",
|
||||
"preset": true
|
||||
},
|
||||
{
|
||||
"name": "GF_SERVER_CERT_KEY",
|
||||
"default": "/var/lib/grafana/grafana.key",
|
||||
"preset": true
|
||||
}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/grafana",
|
||||
@@ -30,12 +48,15 @@
|
||||
"readonly": false
|
||||
}
|
||||
],
|
||||
"labels": [
|
||||
"ports": [
|
||||
"3000:3000/tcp"
|
||||
],
|
||||
"image": "grafana/grafana",
|
||||
"labels": [
|
||||
{ "name": "com.centurylinklabs.watchtower.enable", "value": "true" }
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"type": 1,
|
||||
|
||||
Reference in New Issue
Block a user