Micro service - Data layer - Maestro Server
1.6K
Maestro Server is an open source software platform for management and discovery servers, apps and system for Hybrid IT. Can manage small and large environments, be able to visualize the latest multi-cloud environment state.
To test out the demo, Demo Online
docker run -p 5000 -e "MAESTRO_MONGO_URI=mongodb" -e "MAESTRO_MONGO_DATABASE=maestro-client" maestroserver/data-maestro
services:
data:
image: maestroserver/data-maestro
environment:
- "MAESTRO_MONGO_URI=mongodb"
- "MAESTRO_MONGO_DATABASE=maestro-client"
| Env Variables | Example | Description |
|---|---|---|
| MAESTRO_PORT | 5010 | port used |
| MAESTRO_GWORKERS | 2 | DB string connection |
| MAESTRO_MONGO_URI | localhost | MongoDB URL |
| MAESTRO_MONGO_DATABASE | maestro-client | Database name |
| MAESTRO_SCAN_QTD | 200 | Prefetch limit |
| MAESTRO_SECRETJWT_PRIVATE | XXX | Secret Key - JWT private connections |
| MAESTRO_NOAUTH | XXX | Secret Pass to validate private connections |
Are you interested in developing Maestro Server, creating new features or extending them?
We created a set of documentation, explaining how to set up your development environment, coding styles, standards, learn about the architecture and more. Welcome to the team and contribute with us.
Content type
Image
Digest
Size
51.3 MB
Last updated
almost 5 years ago
docker pull maestroserver/data-maestro