haxqer / jira

The simplest docker file of JIRA. Support v9.17.0(latest) and v9.12.11(lts)
https://hub.docker.com/r/haxqer/jira
380 stars 225 forks source link

Request for jira with HTTPS #29

Open esmaeelE opened 1 year ago

esmaeelE commented 1 year ago

I would be great to add https feature in jira.

haxqer commented 1 year ago

The common approach for enabling HTTPS is to deploy JIRA behind Nginx, with TLS configuration handled in Nginx.

userdev01rgithub commented 1 year ago

I would be great to add https feature in jira.

Have you tried building docker image with ATL_TOMCAT_SCHEME, ATL_TOMCAT_SECURE and others?

alireza73uk commented 11 months ago

I would be great to add https feature in jira.

Have you tried building docker image with ATL_TOMCAT_SCHEME, ATL_TOMCAT_SECURE and others?

Those environment variables don't work with this image. If you want to use those variables, use the official Atlassian image. After configuring NGINX with https, you have to mount server.xml file with the customized config to the container.