feat(templates): add IronFunction templates (#83)
This commit is contained in:
@@ -307,6 +307,40 @@
|
||||
],
|
||||
"volumes": ["C:/temp/"]
|
||||
},
|
||||
{
|
||||
"type": "container",
|
||||
"title": "IronFunctions API",
|
||||
"description": "Open-source serverless computing platform",
|
||||
"categories": ["serverless"],
|
||||
"platform": "linux",
|
||||
"logo": "https://cloudinovasi.id/assets/img/logos/ironfunctions.png",
|
||||
"image": "iron/functions:latest",
|
||||
"ports": [
|
||||
"8080/tcp"
|
||||
],
|
||||
"volumes": ["/app/data"],
|
||||
"privileged": true
|
||||
},
|
||||
{
|
||||
"type": "container",
|
||||
"title": "IronFunctions UI",
|
||||
"description": "Open-source user interface for IronFunctions",
|
||||
"categories": ["serverless"],
|
||||
"platform": "linux",
|
||||
"logo": "https://cloudinovasi.id/assets/img/logos/ironfunctions.png",
|
||||
"image": "iron/functions-ui:latest",
|
||||
"ports": [
|
||||
"4000/tcp"
|
||||
],
|
||||
"volumes": ["/app/data"],
|
||||
"env": [
|
||||
{
|
||||
"name": "API_URL",
|
||||
"label": "API URL"
|
||||
}
|
||||
],
|
||||
"privileged": true
|
||||
},
|
||||
{
|
||||
"type": "container",
|
||||
"title": "Solr",
|
||||
@@ -647,6 +681,19 @@
|
||||
"stackfile": "docker-compose.yml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "stack",
|
||||
"title": "IronFunctions",
|
||||
"description": "Open-source serverless computing platform",
|
||||
"note": "Deploys the IronFunctions API and UI.",
|
||||
"categories": ["serverless"],
|
||||
"platform": "linux",
|
||||
"logo": "https://cloudinovasi.id/assets/img/logos/ironfunctions.png",
|
||||
"repository": {
|
||||
"url": "https://github.com/deviantony/ironfunctions_stack",
|
||||
"stackfile": "docker-stack.yml"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "stack",
|
||||
"title": "CockroachDB",
|
||||
|
||||
Reference in New Issue
Block a user