Files
gittemp/stack_templates.json
2017-11-02 12:00:40 +01:00

27 lines
1019 B
JSON

[
{
"title": "OpenFaaS",
"description": "A serverless framework",
"note": "Deploys the API gateway and sample functions. You can access the UI on port 8080.",
"categories": ["serverless"],
"platform": "linux",
"logo": "https://cloudinovasi.id/assets/img/logos/registry.png",
"repository": {
"url": "https://github.com/openfaas/faas",
"stackfile": "docker-compose.yml"
}
},
{
"title": "CockroachDB",
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
"categories": ["database"],
"platform": "linux",
"logo": "https://cloudinovasi.id/assets/img/logos/cockroachdb.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/cockroachdb/docker-compose.yml"
}
}
]