Jira# NOTICE
Production ready, up-to-date builds of Atlassian Jira - right from the original binary download based on bellsoft-openjdk17
Docker-Compose:
curl -O https://raw.githubusercontent.com/nmkedk/jira/master/docker-compose.yml
docker-compose up -d
Jira will be available at http://yourdockerhost
See the docker-compose.yml
file
#database config
- 'JIRA_DATABASE_URL=postgresql://jira@db/jiradb'
- 'JIRA_DB_PASSWORD=jellyfish'
- 'JIRA_DB_HOST=db'
- 'JIRA_DB_PORT=5432' #jvm config
- 'CATALINA_OPTS= -Xms256m -Xmx4g'
- "JVM_SUPPORT_RECOMMENDED_ARGS=-Dupm.plugin.upload.enabled=true" #proxy config
- "JIRA_PROXY_NAME="
- "JIRA_PROXY_PORT="
- "JIRA_PROXY_SCHEME="
- "JIRA_PROXY_SECURE="
git clone https://github.com/nmkedk/docker-atlassian-jira
cd docker-atlassian-jira