The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize jira-config.properties on docker deployment

Marcelo Mella
Contributor
March 28, 2022

I'm trying to deploy Jira DC on dockers, and i can't find a way to configure jira-config.properties.

Some of the configurations i use at this moment are these:

jira.lf.date.relativize = false
jira.export.excel.enabled = true
jira.index.issue.threads = 40
upgrade.reindex.allowed=false

2 comments

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Dylan Rathbone
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 28, 2022

Hi @Marcelo Mella

One option of doing this is by mounting jira.properties as a volume. Check out this article on how this can be done:

https://confluence.atlassian.com/jirakb/how-to-customize-files-inside-a-jira-docker-container-1026533922.html

Dylan.

Like Pamela Strucker likes this
Marcelo Mella
Contributor
March 29, 2022

i thought that you can only mount directories.

It seems that this should work fine

Sebastian Schmidt
Contributor
March 29, 2022

Hey @Marcelo Mella you can do both, Docker Volume is a complex topic. You can read up on that here https://docs.docker.com/engine/reference/run/#volume-shared-filesystems and here https://docs.docker.com/storage/volumes/ 

Marcelo Mella
Contributor
March 30, 2022

Thanks @Sebastian Schmidt , to add one more complexity, i'm using AWS Fargate.

I can't mount a single file from a EFS, so i'm raising a support ticket on AWS to ask for some help

Like Sebastian Schmidt likes this
Marcelo Mella
Contributor
April 13, 2022

For any of those that are trying to configure jira-config.properties on a Fargate configuration, the best answer is to use a "sidecar".

See the next link:

https://kichik.com/2020/09/10/mounting-configuration-files-in-fargate/

Like Thiago Masutti likes this
TAGS
AUG Leaders

Atlassian Community Events