[ { "type": "stack", "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" } }, { "type": "stack", "title": "CockroachDB", "description": "CockroachDB cluster", "note": "Deploys an insecure CockroachDB cluster, please refer to CockroachDB documentation 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-stack.yml" } }, { "type": "stack", "title": "Wordpress", "description": "Wordpress setup with a MySQL database", "note": "Deploys a Wordpress instance connected to a MySQL database.", "categories": ["CMS"], "platform": "linux", "logo": "https://cloudinovasi.id/assets/img/logos/wordpress.png", "repository": { "url": "https://github.com/portainer/templates", "stackfile": "stacks/wordpress/docker-stack.yml" }, "env": [ { "name": "MYSQL_ROOT_PASSWORD", "label": "Database root password", "description": "Password used by the MySQL root user." } ] } ]