teamatldocker / jira

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

Create JIRA_DB_PASSWORD_FILE variable like POSTGRES_PASSWORD_FILE does #146

Open d2a-raudenaerde opened 3 years ago

d2a-raudenaerde commented 3 years ago

Prerequisites

Description

Using docker-compose leaks the DB password; postgres has an option for this (POSTGRES_PASSWORD_FILE). It can be used with secrets like this:

  - POSTGRES_PASSWORD_FILE=/run/secrets/postgres-jira-passwd

Please create a similar JIRA_DB_PASSWORD_FILE option.