Skip to content

Commit d84ba5d

Browse files
authored
Add Litmus Edge App Template (#240)
* Create docker-compose.yaml * Update templates.json add Litmus Edge * Create docker-compose.yml * Delete edge/litmus_edge/docker-compose.yaml * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json * Update templates.json
1 parent 1c5c55c commit d84ba5d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: '3.9'
2+
3+
services:
4+
le:
5+
container_name: LE
6+
image: litmusedge.azurecr.io/litmusedge-std-docker:latest
7+
ports:
8+
- target: 443
9+
published: 8443
10+
protocol: tcp
11+
cap_add:
12+
- NET_ADMIN
13+
volumes:
14+
- edge-data:/var
15+
restart: unless-stopped
16+
17+
volumes:
18+
edge-data:

templates.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,19 @@
15181518
"url": "https://github.com/portainer/templates",
15191519
"stackfile": "edge/anyviz/docker-compose.yml"
15201520
}
1521+
},
1522+
{
1523+
"id": 70,
1524+
"type": 3,
1525+
"title": "Litmus Edge",
1526+
"description": "Litmus Edge is an edge data platform that enables industrial AI at scale. It connects, processes, and analyzes real-time OT data at the edge to power smart manufacturing.",
1527+
"categories": ["edge"],
1528+
"platform": "linux",
1529+
"logo": "https://www.gravatar.com/avatar/3c545a4e847eb960bfc9bf5bf877c979?s=120&r=g&d=404",
1530+
"repository": {
1531+
"url": "https://github.com/portainer/templates",
1532+
"stackfile": "edge/litmus_edge/docker-compose.yml"
1533+
}
15211534
}
15221535
]
15231536
}

0 commit comments

Comments
 (0)