dominikriemer commented on PR #1339: URL: https://github.com/apache/streampipes/pull/1339#issuecomment-1438809738
@RobertIndie I had a look at the backend-only configuration and think this setup has never worked as the UI could not properly connect to the locally running backend. The `backend` environment now includes a new service `ui-custom-conf` where a volume mapping is included that links to a default.conf file that can be customized in the `deploy/standalone/ui-custom-conf` folder. I set this to `host.docker.internal` which should work on Windows and Mac systems but not under Linux (there the local IP needs to be set that can be resolved from the Docker container where the UI is running). I also had some problems when trying to create adapters and pipelines with the extensions service running in Docker as more environment variables need to be set in order to make sure the extensions get the right broker connection settings from the backend. So I removed the `extensions-all-jvm` service and this would need to be started locally as well in this mode. Sorry for the long explanation - can you please give it a try? I hope this workaround works ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
