Skip to content
Closed
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
14 changes: 14 additions & 0 deletions edge/maestrohub/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
maestrohub:
image: us-docker.pkg.dev/maestrohubtests/maestrohub/maestrohub-lite:latest
container_name: maestrohub
restart: unless-stopped
ports:
- "8080:8080"
- "1883:1883"
- "8083:8083"
volumes:
- maestrohub-data:/data

volumes:
maestrohub-data:
14 changes: 14 additions & 0 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,20 @@
"url": "https://github.com/portainer/templates",
"stackfile": "edge/litmusedge_dfd/docker-compose.yml"
}
},
{
"id": 72,
"type": 3,
"title": "MaestroHub",
"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.",
"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",
"categories": ["edge"],
"platform": "linux",
"logo": "https://avatars.githubusercontent.com/u/219120420?s=400&u=699c593f7490c79736e08eec580fd9af40278576&v=4",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/maestrohub/docker-compose.yml"
}
}
]
}
Loading