GitHub user dominikriemer added a comment to the discussion: Env vars for docker set up?
Hi @andrewzah for extension services, you can provide the environment variable `SP_CORE_HOST` to link to the backend (you can also set `SP_CORE_SCHEME` in case the backend is running on HTTPS and `SP_CORE_PORT` to assign another port than the default port. The extension service itself can be any name since its IP is resolved at startup time, but this can be overriden by providing the `SP_HOST` and SP_PORT` variables. For the reverse proxy configuration in the UI, you can change the default nginx configuration from https://github.com/apache/streampipes/blob/dev/ui/nginx_config/default.conf and add a volume mapping. Hope this helps! GitHub link: https://github.com/apache/streampipes/discussions/2488#discussioncomment-8610692 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
