Populate the appstore-apptemplates repo with catalog.json and per-app config files for all 16 curated Docker apps, each at v1.0.0.
11 lines
157 B
JSON
11 lines
157 B
JSON
{
|
|
"image": "grafana/grafana:latest",
|
|
"port": 3000,
|
|
"envVars": [
|
|
{
|
|
"name": "GF_SECURITY_ADMIN_PASSWORD",
|
|
"default": "admin"
|
|
}
|
|
]
|
|
}
|