haxqer / jira

The simplest docker file of JIRA. Support v9.17.3(latest) v10.0.1(latest) and v9.12.13(lts)
https://hub.docker.com/r/haxqer/jira
461 stars 259 forks source link

https #67

Closed kinkcamp closed 3 months ago

kinkcamp commented 3 months ago

Hello haxqer, if I need to enable https, what parameters should I add to enable https protocol quickly?

haxqer commented 3 months ago

Method 1: Nginx + TLS certificate + Modify one line of Jira configuration (domain)

Method 2: The new way of use allows you to conveniently upgrade and modify parameters on your own, and it offers convenient support for HTTPS (thanks to xsharp). https://github.com/haxqer/jira/blob/build-your-own/docker/.env.dist

Method 3, what I personally use: A highly automated solution with automatic HTTPS setup: Traefik + Cloudflare (DNS API token). https://doc.traefik.io/traefik/user-guides/docker-compose/acme-dns/

kinkcamp commented 3 months ago

Thank you. The MySQL jar package in the newly submitted docker images is 5.7, and a jar error will be reported after deployment.