Librería Node.js® para NetinDS - Documentación completa de NetinDS - Soporte Netin Systems - NetinDS en Docker
NetinDS WebUI es el encargado de servir la página web de la aplicación y a su vez funciona como proxy inverso
netin-ds-webui:
container_name: netin-ds-webui
ports:
- '80:80'
- '8081:8081'
image: 'netinsystems/netin-ds-webui'
environment:
volumes:
- repository:/data/netin/repository
- assets:/data/netin/netin-ds-webui/assets
mem_limit: 128m
Para su correcto funcionamiento se deben crear los siguientes volúmenes y asignarles permisos al usuario con UID y GID 1024
mkdir -p $PATH/TO/DATA/{assets,repository}
chown -R 1024:1024 $PATH/TO/DATA/{assets,repository}
CONFIG_SERVICE_MODE default(server): indica si la web funcionara para un servidor, para un agente o para un standalone. Las opciones disponibles sonCONFIG_API_HOST default(netin-ds-datasource): Host donde estará el REST API de NetinDSCONFIG_DASHBOARDS_HOST default(netin-ds-dashboards): Host donde estará KibanaCONFIG_DASHBOARDS_PORT default(not defined): Puerto donde se servirán los dashboards desde KibanaCONFIG_REPOSITORY_PATH default(not defined): dirección donde se haya creado el volumen repositoryComo en el resto de los repositorios de Netin Systems, toda colaboración es siempre bien recibida.
Si cree que existe un error cree un bug aportando toda la información posible.
Si quiere realizar un nuevo aporte, cree una nueva rama, respetando en todo momento el flujo de versiones establecido por GitFlow, realice sus modificaciones en ella y solicite la aprobación de las mismas mediante Pull Request, rellenando correctamente la plantilla del mismo.
Copyright 2021 Network Intelligence S.L. All rights reserved.
Note: All information contained herein is, and remains the property of Network Intelligence S.L. and its suppliers, if any. The intellectual and technical concepts contained herein are property of Network Intelligence S.L. and its suppliers and may be covered by European and Foreign patents, patents in process, and are protected by trade secret or copyright. Dissemination of this information or the reproduction of this material is strictly forbidden unless prior written permission is obtained from Network Intelligence.
Content type
Image
Digest
sha256:18e9ee89c…
Size
90.8 MB
Last updated
over 1 year ago
docker pull netinsystems/netin-ds-webui:not-set