-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack-templates.json
43 lines (43 loc) · 1.2 KB
/
stack-templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"type": "stack",
"title": "Inseq Stack",
"name": "inseq",
"description": "Genomics workflows made easy",
"note": "Deploys the API gateway and sample pipelines",
"categories": ["genomics"],
"platform": "linux",
"logo": "https://portainer.io/images/logos/openfaas.png",
"repository": {
"url": "https://github.com/JHibbard/service-templates",
"stackfile": "inseq/docker-compose.yml"
}
},
{
"type": "stack",
"title": "Luigi Scheduler",
"name": "luigi",
"description": "Luigi workflow and task scheduler",
"note": "Deploys Luigi scheduler and history database",
"categories": ["scheduler"],
"platform": "linux",
"logo": "https://portainer.io/images/logos/openfaas.png",
"repository": {
"url": "https://github.com/JHibbard/service-templates",
"stackfile": "luigi/docker-compose.yml"
}
},
{
"type": "container",
"title": "Registry",
"description": "Docker image registry",
"categories": ["docker"],
"platform": "linux",
"logo": "https://portainer.io/images/logos/registry.png",
"image": "registry:latest",
"ports": [
"5000/tcp"
],
"volumes": ["/var/lib/registry"]
}
]