Skip to content

Commit

Permalink
feat(edge): introduce inray manubes edge node template (#225)
Browse files Browse the repository at this point in the history
* feat(edge): introduce inray manubes edge node template

* feat(edge): update manubes template
  • Loading branch information
deviantony authored Jul 3, 2024
1 parent ed6a4b3 commit fe83e39
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions edge/inray-manubes-edge-node/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
30 changes: 30 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
]
}
]
}

0 comments on commit fe83e39

Please sign in to comment.