Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devops Roadmap | 4,207 | a month ago | 4 | apache-2.0 | ||||||
DevOps Roadmap for 2023. with learning resources | ||||||||||
Comply | 860 | 8 months ago | 80 | November 05, 2021 | 22 | apache-2.0 | Go | |||
Compliance automation framework, focused on SOC2 | ||||||||||
Docker Atlassian Jira | 597 | 2 months ago | 28 | mit | Ruby | |||||
Atlassian JIRA Core wrapped in a Docker image | ||||||||||
Jira | 402 | 5 months ago | 13 | mit | Shell | |||||
Dockerized Atlassian Jira | ||||||||||
Docker Atlassian Confluence | 357 | 19 days ago | 31 | mit | Ruby | |||||
Atlassian Confluence wrapped in a Docker image | ||||||||||
Docker Atlassian Jira Software | 259 | a month ago | 41 | mit | Ruby | |||||
Atlassian JIRA Software wrapped in a Docker image | ||||||||||
Jira Agile Metrics | 220 | 17 days ago | 21 | mit | Python | |||||
Agile metrics and charts calculated from JIRA | ||||||||||
Jira Dependency Graph | 219 | a year ago | 7 | mit | Python | |||||
Graph visualizer for JIRA tickets' dependencies | ||||||||||
Postee | 172 | a month ago | 68 | September 26, 2022 | 30 | mit | Go | |||
Simple message routing system that receives input messages through a webhook interface and can enforce actions using predefined outputs via integrations. | ||||||||||
Jira | 129 | 4 days ago | 9 | Dockerfile | ||||||
The simplest docker file of JIRA. Support v9.6.0(latest) and v9.4.4(lts) |
Set of docker images to install Atlassian JIRA Server based on phusion/baseimage-docker.
This is a JIRA Stack. You can download docker-compose.yml and check out how it works!
jira-server
- JIRA Server
jira-data
- JIRA Volume Storage
postgres
- Database Server
postgres-data
- Database Volume Storage
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
.
JIRA_HOME
- Bamboo home directory. Default: /home/jira
JIRA_VERSION
- The version to install an run. Default: 7.7.0
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
JIRA Server: 8080
Database: 5432
Copyright © 2017 - 2018 Mateusz Trojak. See LICENSE for details.
Any forks are welcome!