refactor(templates): remove stack_templates.json
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
COPY templates.json /usr/share/nginx/html/templates.json
|
COPY templates.json /usr/share/nginx/html/templates.json
|
||||||
COPY stack_templates.json /usr/share/nginx/html/stack_templates.json
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
@@ -1,48 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"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 <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-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."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user