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
25 changes: 25 additions & 0 deletions edge/sorba-sde/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
services:
sde:
image: sorbotics/sorba-sde:latest
container_name: my-sde
cap_add:
- NET_ADMIN
restart: always
volumes:
- sde-volume:/opt
ports:
- 443:443/tcp
- 502:502/tcp
- 1883:1883/tcp
- 49321:49321/tcp
sysctls:
- net.ipv4.ip_forward=1
networks:
- sorbotics

volumes:
sde-volume:
driver: local

networks:
sorbotics:
13 changes: 13 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1862,6 +1862,19 @@
"url": "https://github.com/portainer/templates",
"stackfile": "edge/maestrohub/docker-compose.yml"
}
},
{
"id": 75,
"type": 3,
"title": "SORBA SDE",
"description": "The SORBA Smart Data Engine (SDE) is an industrial data collection/gateway device capable of Advanced Edge Analytics & Machine Learning Edge Processing. SORBA-SDE is equipped with multiple communication driver/protocol applicable to the industrial market. The SORBA-SDE is a sensor/hardware agnostic device that serves as your point & click gateway capable of talking to multiple devices in real-time. The SDE provides easy access to equipment for troubleshooting and remote programming support for PLCs & HMIs utilizing a hassle-free easy, set-up approach to your assets.",
"categories": ["edge"],
"platform": "linux",
"logo": "https://www.gravatar.com/avatar/ee83d0294a89e3dfabd7fcf304db4537?s=120&r=g&d=404",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/sorba-sde/docker-compose.yml"
}
}
]
}
Loading