You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, are there any plans to support the Data Center edition? There are differences between standalone Jira Server and DC and it would be great to have it as a local dev environment as opposed to a full-blown ASI setup https://aws.amazon.com/quickstart/architecture/jira/.
I personally don't use the Data Center version. So, unless someone is willing to contribute a Data Center version via a pull request, this likely won't get implemented.
Hello, are there any plans to support the Data Center edition? There are differences between standalone Jira Server and DC and it would be great to have it as a local dev environment as opposed to a full-blown ASI setup https://aws.amazon.com/quickstart/architecture/jira/.
I guess you need to solve two problems:
Shared storage
It is fairly easy to use NFS volumes in Docker https://stackoverflow.com/a/52151840/145678
Load balancing
Nginx or similar can do the job https://pspdfkit.com/blog/2018/how-to-use-docker-compose-to-run-multiple-instances-of-a-service-in-development/
The text was updated successfully, but these errors were encountered: