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 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
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/

1 vote
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.

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
TAGS
AUG Leaders

Atlassian Community Events