-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplates.json
87 lines (87 loc) · 3.16 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"version": "2",
"templates": [
{
"type": 1,
"name": "zeebe_broker",
"title": "Zeebe Standalone Broker",
"description": "Zeebe workflow engine with a single broker",
"categories": [
"workflow",
"automation"
],
"platform": "linux",
"logo": "https://camunda-community-hub.github.io/zeebe-portainer-templates/assets/zeebe-icon.png",
"image": "camunda/zeebe:latest",
"ports": [
"26500:26500/tcp"
]
},
{
"type": 3,
"name": "zeebe_broker-operate",
"title": "Zeebe Broker + Operate",
"description": "Zeebe workflow engine with a single broker and Operate frontend",
"note": "This Operate Trial Version is for testing and non-production use only. The General Terms and Conditions for the Operate Trial Version are available here: https://zeebe.io/legal/operate-evaluation-license/",
"categories": [
"workflow",
"automation"
],
"platform": "linux",
"logo": "https://camunda-community-hub.github.io/zeebe-portainer-templates/assets/zeebe-icon.png",
"repository": {
"url": "https://github.com/camunda-community-hub/zeebe-portainer-templates",
"stackfile": "stacks/broker_operate/docker-compose-latest.yml"
}
},
{
"type": 3,
"name": "zeebe_cluster-s",
"title": "Zeebe Cluster - S",
"description": "Small Zeebe workflow engine cluster with three brokers and a gateway",
"note": "Warning: Give Docker at least 8 GB of RAM, otherwise system might become unresponsive",
"categories": [
"workflow",
"automation"
],
"platform": "linux",
"logo": "https://camunda-community-hub.github.io/zeebe-portainer-templates/assets/zeebe-icon.png",
"repository": {
"url": "https://github.com/camunda-community-hub/zeebe-portainer-templates",
"stackfile": "stacks/cluster-s/docker-compose-latest.yml"
}
},
{
"type": 3,
"name": "camunda-platform-core",
"title": "Camunda Platform Core",
"description": "This is a lightweight configuration with Zeebe, Operate, Tasklist, and Elasticsearch (from https://github.com/camunda/camunda-platform)",
"categories": [
"workflow",
"automation"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/camunda/camunda-platform-docs/main/static/img/black-C.png",
"repository": {
"url": "https://github.com/camunda/camunda-platform",
"stackfile": "docker-compose-core.yaml"
}
},
{
"type": 3,
"name": "camunda-platform",
"title": "Camunda Platform",
"description": "This is a full configuration with Zeebe, Operate, Tasklist, Optimize, Identity, Keycloak, and Elasticsearch (from https://github.com/camunda/camunda-platform)",
"categories": [
"workflow",
"automation"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/camunda/camunda-platform-docs/main/static/img/black-C.png",
"repository": {
"url": "https://github.com/camunda/camunda-platform",
"stackfile": "docker-compose.yaml"
}
}
]
}