cptactionhank / docker-atlassian-jira-software

Atlassian JIRA Software wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira-software
MIT License
270 stars 168 forks source link

Database connection with environment variables #39

Closed vdelacerda closed 5 years ago

vdelacerda commented 6 years ago

Hi, for now I configure the database connection width a dbconfig.xml file. Is there a way to configure it with environment variables ? Thanks and congrats for your job.

Virgil

cptactionhank commented 6 years ago

No, the dbconfig.xml does not exist in image and is created by the installation. Go through the installation setup or make sure that dbconfig.xml exists in advance of starting a container based on this image.

vdelacerda commented 5 years ago

OK, thanks