Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(uib): add node redundancy info #2820

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/applications/pages/ui-builder/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ Yes, they are compatible with both deployment modes.
Yes it is. Reach out to your customer service representative to explore how you can migrate to Bonita Cloud.


=== Is it possible to deploy multiple UI Builder node instances for redundancy?
No, the UI Builder node cannot be deployed with redundancy. Currently, only a single container instance is supported, which means multiple instances for redundancy are not allowed.


=== Can multiple users collaborate on the same local Bonita UI Builder development server?
No, the local Bonita UI Builder server is mono-user, meaning it only supports one Bonita user account at a time. To collaborate, each user should run their own local server and work with a shared Git repository for syncing and integrating their changes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ docker run --name <container-name> -p 8080:80 \

You can override and configure all xref:ui-builder-docker-installation.adoc#environment-variables[environment variables].

NOTE: If you want to test your applications before going into production, instead of using `docker run`, you can use a `docker-compose.yml` file in the likes of what was done in the xref:download-and-launch.adoc#create-docker-environment[first steps] (i.e. with a `bonita-ui-proxy` image and the docker image xref:production-packaging.adoc#build-docker-image[built previously]).
[NOTE]
====
If you want to test your applications before going into production, instead of using `docker run`, you can use a `docker-compose.yml` file in the likes of what was done in the xref:download-and-launch.adoc#create-docker-environment[first steps] (i.e. with a `bonita-ui-proxy` image and the docker image xref:production-packaging.adoc#build-docker-image[built previously]).

Please note that currently, only a single container instance is supported, which means multiple instances of UI builder for redundancy are not allowed.
====