feat: configure IP address to listen HTTP connections for Local UI (#302)
Description
Allow defining the IP address from which the Local UI container accepts HTTP connections.
Related issue
Examples
localUI:
enabled: true
dockerImage: "postgresai/basic-ui:latest"
host: "127.0.0.1"
port: 2346
Checklist
-
the MR description has been reviewed -
this MR contains text changes and they have been reviewed OR there are no texts changes -
this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes -
this MR contains API changes, specifications reflect those changes and they have been reviewed OR there are no API changes
Closes #302 (closed)
Edited by Nikolay Samokhvalov