Discovery APP - Workers (Celery) - Maestro Server
1.9K
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:5000 -e "MAESTRO_DATA_URI=http://data:5000"
-e "CELERY_BROKER_URL=amqp://rabbitmq:5672" maestroserver/discovery-maestro
docker run -e "MAESTRO_DATA_URI=http://data:5000"
-e "CELERY_BROKER_URL=amqp://rabbitmq:5672" maestroserver/discovery-maestro-celery
services:
discovery:
image: maestroserver/discovery-maestro
ports:
- "5000:5000"
environment:
- "CELERY_BROKER_URL=amqp://rabbitmq:5672"
- "MAESTRO_DATA_URI=http://data:5000"
discovery-celery:
image: maestroserver/discovery-maestro-celery
environment:
- "CELERY_BROKER_URL=amqp://rabbitmq:5672"
- "MAESTRO_DATA_URI=http://data:5000"
| Env Variables | Example | Description |
|---|---|---|
| MAESTRO_DATA_URI | http://localhost:5005 | Data Layer API URL |
| MAESTRO_WEBSOCKET_URI | http://localhost:8000 | Webosocket App - API URL |
| FLASK_ENV | development | production |
| MAESTRO_GWORKERS | 2 | Gunicorn multi process |
| MAESTRO_TRANSLATE_QTD | 200 | Prefetch used in translate worker |
| MAESTRO_COUNTDOWN_LAST | 10 | Time in seconds to run the last task |
| MAESTRO_SECRETJWT | XXXX | Secret key - JWT for connections |
| MAESTRO_WEBSOCKET_SECRET | XXXX | Secret Key - JWT Websocket connections |
| MAESTRO_SECRETJWT_PRIVATE | XXX | Secret Key - JWT private connections |
| MAESTRO_NOAUTH | XXX | Secret Pass to validate private connections |
| CELERY_BROKER_URL | XXXX | Rabbitmq URL |
| CELERYD_TASK_TIME_LIMIT | 500 | Timeout - worker |
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
84 MB
Last updated
almost 5 years ago
docker pull maestroserver/discovery-maestro-celery