diff --git a/edge/inray-manubes-edge-node/docker-compose.yml b/edge/inray-manubes-edge-node/docker-compose.yml new file mode 100644 index 00000000..9c05a4ab --- /dev/null +++ b/edge/inray-manubes-edge-node/docker-compose.yml @@ -0,0 +1,15 @@ +version: '3' + +services: + manubes-edge-node: + image: inray/manubes-edge:preview + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - manubes-data:/data + restart: always + environment: + ACCEPT_EULA: ${ACCEPT_EULA} + command: ${MANUBES_SECRET} + +volumes: + manubes-data: \ No newline at end of file diff --git a/templates.json b/templates.json index 6ba54411..6b33ff6c 100644 --- a/templates.json +++ b/templates.json @@ -1475,6 +1475,36 @@ "label": "Database root password" } ] + }, + { + "id": 68, + "type": 3, + "title": "Manubes Edge Node", + "description": "High-performance cloud platform for industrial production management. Manubes is a no-code solution that is used to structure, monitor and control production data, systems and processes in the cloud.", + "categories": ["edge"], + "platform": "linux", + "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/inray-manubes.png", + "repository": { + "url": "https://github.com/portainer/templates", + "stackfile": "edge/inray-manubes-edge-node/docker-compose.yml" + }, + "env": [ + { + "name": "MANUBES_SECRET", + "label": "manubes secret" + }, + { + "name": "ACCEPT_EULA", + "label": "Accept EULA", + "select": [ + { + "text": "Yes, I accept", + "value": "true", + "default": true + } + ] + } + ] } ] }