Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions edge/litmus_edge/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3.9'

services:
le:
container_name: LE
image: litmusedge.azurecr.io/litmusedge-std-docker:latest
ports:
- target: 443
published: 8443
protocol: tcp
cap_add:
- NET_ADMIN
volumes:
- edge-data:/var
restart: unless-stopped

volumes:
edge-data:
13 changes: 13 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,19 @@
"url": "https://github.com/portainer/templates",
"stackfile": "edge/anyviz/docker-compose.yml"
}
},
{
"id": 70,
"type": 3,
"title": "Litmus Edge",
"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.",
"categories": ["edge"],
"platform": "linux",
"logo": "https://www.gravatar.com/avatar/3c545a4e847eb960bfc9bf5bf877c979?s=120&r=g&d=404",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/litmus_edge/docker-compose.yml"
}
}
]
}
Loading