diff --git a/edge/sorba-sde/docker-compose.yml b/edge/sorba-sde/docker-compose.yml new file mode 100644 index 00000000..14d6fde9 --- /dev/null +++ b/edge/sorba-sde/docker-compose.yml @@ -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: \ No newline at end of file diff --git a/templates.json b/templates.json index 167e63c3..be9380a8 100644 --- a/templates.json +++ b/templates.json @@ -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" + } } ] }