diff --git a/edge/litmus_edge/docker-compose.yml b/edge/litmus_edge/docker-compose.yml new file mode 100644 index 00000000..a5154c61 --- /dev/null +++ b/edge/litmus_edge/docker-compose.yml @@ -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: diff --git a/templates.json b/templates.json index d3d26826..06abb421 100644 --- a/templates.json +++ b/templates.json @@ -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" + } } ] }