ging / fiware-draco

The Draco Generic Enabler is an alternative data persistence mechanism for managing the history of context. It is based on Apache NiFi and is a dataflow system based on the concepts of flow-based programming. It supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic and also offers an intuitive graphical interface
https://fiware-draco.readthedocs.io/en/latest/
Apache License 2.0
20 stars 14 forks source link

Refused Access UI #12

Closed hernanjh closed 3 years ago

hernanjh commented 5 years ago

Using via docker, does not allow access to the user interface. For this I had to add in the environment variables:

   - NIFI_WEB_HTTP_HOST = 0.0.0.0

regards

anmunoz commented 3 years ago

Yes, you had to add the ENV in that version of the draco container. However, in the current version is not need to include that