Skip to content

Commit 7f78049

Browse files
authored
feat(template): add maestrohub (#255)
1 parent 40cc7a8 commit 7f78049

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

edge/maestrohub/docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
services:
2+
maestrohub:
3+
image: us-docker.pkg.dev/maestrohubtests/maestrohub/maestrohub-lite:latest
4+
container_name: maestrohub
5+
restart: unless-stopped
6+
ports:
7+
- "8080:8080"
8+
- "1883:1883"
9+
- "8083:8083"
10+
volumes:
11+
- maestrohub-data:/data
12+
13+
volumes:
14+
maestrohub-data:

templates.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,20 @@
15441544
"url": "https://github.com/portainer/templates",
15451545
"stackfile": "edge/litmusedge_dfd/docker-compose.yml"
15461546
}
1547+
},
1548+
{
1549+
"id": 72,
1550+
"type": 3,
1551+
"title": "MaestroHub",
1552+
"description": "Industrial data orchestrator with a Unified Namespace, drag-and-drop pipelines, and 40+ protocol connectors. Built-in MCP server brings AI agents into your operational data stack.",
1553+
"note": "Welcome to MaestroHub!\n\n• Open http://<host>:8080 to create your admin account\n• MQTT clients can connect to <host>:1883 (TCP) or <host>:8083 (WebSocket)\n• Data persists in the maestrohub-data Docker volume — back it up before destroying the stack\n• Get started guide: https://docs.maestrohub.com/overview/get-started",
1554+
"categories": ["edge"],
1555+
"platform": "linux",
1556+
"logo": "https://avatars.githubusercontent.com/u/219120420?s=400&u=699c593f7490c79736e08eec580fd9af40278576&v=4",
1557+
"repository": {
1558+
"url": "https://github.com/portainer/templates",
1559+
"stackfile": "edge/maestrohub/docker-compose.yml"
1560+
}
15471561
}
15481562
]
15491563
}

0 commit comments

Comments
 (0)