teamatldocker / jira

Dockerized Atlassian Jira
https://hub.docker.com/r/teamatldocker/jira/
MIT License
437 stars 223 forks source link

Jira Data Center support #143

Open Mihailoff opened 3 years ago

Mihailoff commented 3 years ago

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:

1) Shared storage It is fairly easy to use NFS volumes in Docker https://stackoverflow.com/a/52151840/145678

2) 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/

jhult commented 3 years ago

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.