GitHub user tenthe added a comment to the discussion: UI customizing for beginners
If I understand you correctly, you have customized the UI and now want to deploy it in a Docker container, right? Can you run the system with your configuration locally on your development machine? To create and deploy a Docker container, you need to create a Docker image of your customized UI. Once the image is created, you should upload it to a repository, such as Docker Hub. You can then reference this custom image in your docker-compose file using the image name so that your deployment can use the custom UI. Note that the customizations mentioned in the link you provided only apply to the UI elements. If you need to customize the backend or extension services with adpaters and processing elements, you should read the development documentation for further guidance on these aspects. I hope this is helpful. If you need further guidance or if I have misunderstood your problem, please let us know. GitHub link: https://github.com/apache/streampipes/discussions/3103#discussioncomment-10427629 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
