Skip to content

matisku/jira-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Server for Docker

Set of docker images to install Atlassian JIRA Server based on phusion/baseimage-docker.

Metainfo

Build Status
 

Info

This is a JIRA Stack. You can download docker-compose.yml and check out how it works!

What's in stack?

jira-server - JIRA Server
jira-data - JIRA Volume Storage
postgres - Database Server
postgres-data - Database Volume Storage

Bamboo Server

Once stack will start, provide a license. If you are using docker-compose.yml from my repository, as a database hostname use postgres and for database user and password use jira.

Environment

JIRA Server:

JIRA_HOME - Bamboo home directory. Default: /home/jira
JIRA_VERSION - The version to install an run. Default: 7.7.0

Database:

PGDATA - Database Storage Folder. Default: /var/lib/postgresql/data/pgdata
POSTGRES_DB - Database Name. Default: jiradb
POSTGRES_USER - Database User. Default: jira
POSTGRES_PASSWORD - Database Password. Default: jira

Ports:

JIRA Server: 8080
Database: 5432

License

Copyright © 2017 - 2018 Mateusz Trojak. See LICENSE for details.

Contributors

Any forks are welcome!

About

Atlassian JIRA for Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages